1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/tools/sancov/lit.local.cfg
Reid Kleckner abf01ac457 [sancov] Disable these tests if there is no X86 backend
Copied from test/CodeGen/X86

llvm-svn: 271698
2016-06-03 18:07:32 +00:00

5 lines
116 B
INI

# These tests require a registered x86 backend.
if not 'X86' in config.root.targets:
config.unsupported = True