bpf: add missing lit.local.cfg
authorAlexei Starovoitov <alexei.starovoitov@gmail.com>
Sat, 24 Jan 2015 18:20:52 +0000 (18:20 +0000)
committerAlexei Starovoitov <alexei.starovoitov@gmail.com>
Sat, 24 Jan 2015 18:20:52 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227009 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/BPF/lit.local.cfg [new file with mode: 0644]

diff --git a/test/CodeGen/BPF/lit.local.cfg b/test/CodeGen/BPF/lit.local.cfg
new file mode 100644 (file)
index 0000000..a4ab262
--- /dev/null
@@ -0,0 +1,2 @@
+if not 'BPF' in config.root.targets:
+    config.unsupported = True