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 29f31735a2
commit 4ebe2ba32c
1 changed files with 3 additions and 0 deletions

View File

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