mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[JITLink] Disable MachO/x86-64 regression test if the X86 target is not built.
llvm-svn: 358830
This commit is contained in:
parent
4cebcd0399
commit
053740b601
3
test/ExecutionEngine/JITLink/X86/lit.local.cfg
Normal file
3
test/ExecutionEngine/JITLink/X86/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue
Block a user