1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Resurrect lit.local.cfg to un-break hexagon buildbot.

llvm-svn: 191565
This commit is contained in:
Rui Ueyama 2013-09-27 21:26:38 +00:00
parent 0dc0668061
commit 6ba4300bf8

View File

@ -0,0 +1,3 @@
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True