PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
[oota-llvm.git] / test / DebugInfo / PowerPC / lit.local.cfg
1 config.suffixes = ['.ll', '.s']
2
3 targets = set(config.root.targets_to_build.split())
4 if not 'PowerPC' in targets:
5     config.unsupported = True