diff options
| -rw-r--r-- | llvm/test/tools/sancov/lit.local.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/sancov/lit.local.cfg b/llvm/test/tools/sancov/lit.local.cfg new file mode 100644 index 00000000000..456c28b3cef --- /dev/null +++ b/llvm/test/tools/sancov/lit.local.cfg @@ -0,0 +1,4 @@ +# These tests require a registered x86 backend. + +if not 'X86' in config.root.targets: + config.unsupported = True |

