1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Fix tests when X86 is not enabled.

llvm-svn: 240368
This commit is contained in:
Rafael Espindola 2015-06-23 02:45:44 +00:00
parent 89ea77732c
commit 5513290c2c
2 changed files with 2 additions and 0 deletions

View File

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