llvm/test/tools/sancov/lit.local.cfg
Reid Kleckner 424a77b353 [sancov] Disable these tests if there is no X86 backend
Copied from test/CodeGen/X86

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271698 91177308-0d34-0410-b5e6-96231b3b80d8
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