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)
llvm-svn: 227009

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

diff --git a/llvm/test/CodeGen/BPF/lit.local.cfg b/llvm/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