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:
parent
2d303ca2f5
commit
abf01ac457
4
test/tools/sancov/lit.local.cfg
Normal file
4
test/tools/sancov/lit.local.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
# These tests require a registered x86 backend.
|
||||
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
Loading…
x
Reference in New Issue
Block a user