From 4214e961d764e5b51e51be5baf284658058991ee Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 6 Jul 2015 23:14:57 +0000 Subject: [PATCH] [WebAssembly] Create a CodeGen unittest directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241520 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/WebAssembly/lit.local.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/CodeGen/WebAssembly/lit.local.cfg diff --git a/test/CodeGen/WebAssembly/lit.local.cfg b/test/CodeGen/WebAssembly/lit.local.cfg new file mode 100644 index 00000000000..743473517cd --- /dev/null +++ b/test/CodeGen/WebAssembly/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'WebAssembly' in config.root.targets: + config.unsupported = True -- 2.34.1