From 8a3d0c1557c1ffbcc2922ef86b2161afd14d3ece Mon Sep 17 00:00:00 2001 From: Alexei Starovoitov Date: Sat, 24 Jan 2015 18:20:52 +0000 Subject: [PATCH] bpf: add missing lit.local.cfg llvm-svn: 227009 --- llvm/test/CodeGen/BPF/lit.local.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 llvm/test/CodeGen/BPF/lit.local.cfg diff --git a/llvm/test/CodeGen/BPF/lit.local.cfg b/llvm/test/CodeGen/BPF/lit.local.cfg new file mode 100644 index 0000000..a4ab262 --- /dev/null +++ b/llvm/test/CodeGen/BPF/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'BPF' in config.root.targets: + config.unsupported = True -- 2.7.4