From: Dan Gohman Date: Mon, 6 Jul 2015 23:14:57 +0000 (+0000) Subject: [WebAssembly] Create a CodeGen unittest directory. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4214e961d764e5b51e51be5baf284658058991ee;p=oota-llvm.git [WebAssembly] Create a CodeGen unittest directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241520 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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