12fcda0273275b3f20b063779106ded5fcd91803
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / lit.local.cfg
1 config.suffixes = ['.ll', '.c', '.cpp']
2
3 def getRoot(config):
4     if not config.parent:
5         return config
6     return getRoot(config.parent)
7
8 root = getRoot(config)
9
10 if 'arm' in root.target_triple:
11     config.unsupported = True