1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[JITLink] Disable MachO/x86-64 regression test if the X86 target is not built.

llvm-svn: 358830
This commit is contained in:
Lang Hames 2019-04-20 21:32:49 +00:00
parent 4cebcd0399
commit 053740b601
2 changed files with 3 additions and 0 deletions

View File

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