[llvm] r227009 - bpf: add missing lit.local.cfg

Alexei Starovoitov alexei.starovoitov at gmail.com
Sat Jan 24 10:20:53 PST 2015


Author: ast
Date: Sat Jan 24 12:20:52 2015
New Revision: 227009

URL: http://llvm.org/viewvc/llvm-project?rev=227009&view=rev
Log:
bpf: add missing lit.local.cfg

Added:
    llvm/trunk/test/CodeGen/BPF/lit.local.cfg

Added: llvm/trunk/test/CodeGen/BPF/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/BPF/lit.local.cfg?rev=227009&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/BPF/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/BPF/lit.local.cfg Sat Jan 24 12:20:52 2015
@@ -0,0 +1,2 @@
+if not 'BPF' in config.root.targets:
+    config.unsupported = True





More information about the llvm-commits mailing list