diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/BPF/lit.local.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/BPF/lit.local.cfg b/llvm/test/CodeGen/BPF/lit.local.cfg new file mode 100644 index 00000000000..a4ab2624af6 --- /dev/null +++ b/llvm/test/CodeGen/BPF/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'BPF' in config.root.targets: + config.unsupported = True |