mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
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:
parent
222f693048
commit
22aae89022
3
test/Transforms/LoopVectorize/xcore/lit.local.cfg
Normal file
3
test/Transforms/LoopVectorize/xcore/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
targets = set(config.root.targets_to_build.split())
|
||||
if not 'XCore' in targets:
|
||||
config.unsupported = True
|
3
test/Transforms/SLPVectorizer/xcore/lit.local.cfg
Normal file
3
test/Transforms/SLPVectorizer/xcore/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
targets = set(config.root.targets_to_build.split())
|
||||
if not 'XCore' in targets:
|
||||
config.unsupported = True
|
Loading…
Reference in New Issue
Block a user