A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They should be excluded when XCore is not built.

llvm-svn: 190938
This commit is contained in:
NAKAMURA Takumi 2013-09-18 13:56:16 +00:00
parent 222f693048
commit 22aae89022
2 changed files with 6 additions and 0 deletions

View File

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

View File

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