1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[sancov] Disable these tests if there is no X86 backend

Copied from test/CodeGen/X86

llvm-svn: 271698
This commit is contained in:
Reid Kleckner 2016-06-03 18:07:32 +00:00
parent 2d303ca2f5
commit abf01ac457

View File

@ -0,0 +1,4 @@
# These tests require a registered x86 backend.
if not 'X86' in config.root.targets:
config.unsupported = True