From: Alexei Starovoitov Date: Sat, 24 Jan 2015 18:20:52 +0000 (+0000) Subject: bpf: add missing lit.local.cfg X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=fb490166f49a693f8f05a949cf91050baec717da bpf: add missing lit.local.cfg git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/BPF/lit.local.cfg b/test/CodeGen/BPF/lit.local.cfg new file mode 100644 index 00000000000..a4ab2624af6 --- /dev/null +++ b/test/CodeGen/BPF/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'BPF' in config.root.targets: + config.unsupported = True