Plugins appear to be broken on AIX, CI fails. There is logic in CMakeLists for plugins+AIX, but it was never tested before... Note: when plugins work, also enable tests in Examples/IRTransforms. There's no Sparc support for JIT tests, so disable the JIT tests in the examples (copied from ExecutionEngine/lit.local.cfg).
11 lines
328 B
INI
11 lines
328 B
INI
# TODO: investigate
|
|
if not "X86" in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
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
|