blob: bbffee852e10e4da4f85df984197f016974681d3 [file] [log] [blame] [edit]
if config.root.native_target in ['Sparc', 'Hexagon']:
config.unsupported = True
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
if "native" not in config.available_features:
config.unsupported = True