1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/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