llvm-6502/test/ExecutionEngine/lit.local.cfg
2013-03-25 20:02:14 +00:00

15 lines
311 B
INI

config.suffixes = ['.ll', '.c', '.cpp']
def getRoot(config):
if not config.parent:
return config
return getRoot(config.parent)
root = getRoot(config)
if root.host_arch in ['PowerPC', 'AArch64']:
config.unsupported = True
if 'hexagon' in root.target_triple:
config.unsupported = True