1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/Bindings/llvm-c/lit.local.cfg
Alp Toker 03b6e12fae Reduce verbiage of lit.local.cfg files
We can just split targets_to_build in one place and make it immutable.

llvm-svn: 210496
2014-06-09 22:42:55 +00:00

5 lines
134 B
INI

if not "X86" in config.root.targets:
config.unsupported = True
if not "ARM" in config.root.targets:
config.unsupported = True