[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-exegesis / PowerPC / lit.local.cfg
bloba33b69e3523a82970725872bcca6f61812d8ba07
1 if not ("PowerPC" in config.root.targets):
2     # We need support for PowerPC.
3     config.unsupported = True
4 elif not ("powerpc" in config.root.host_triple):
5     # We need to be running on an PPC host.
6     config.unsupported = True