[llvm] r241520 - [WebAssembly] Create a CodeGen unittest directory.
Dan Gohman
dan433584 at gmail.com
Mon Jul 6 16:14:57 PDT 2015
Author: djg
Date: Mon Jul 6 18:14:57 2015
New Revision: 241520
URL: http://llvm.org/viewvc/llvm-project?rev=241520&view=rev
Log:
[WebAssembly] Create a CodeGen unittest directory.
Added:
llvm/trunk/test/CodeGen/WebAssembly/
llvm/trunk/test/CodeGen/WebAssembly/lit.local.cfg
Added: llvm/trunk/test/CodeGen/WebAssembly/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WebAssembly/lit.local.cfg?rev=241520&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/lit.local.cfg (added)
+++ llvm/trunk/test/CodeGen/WebAssembly/lit.local.cfg Mon Jul 6 18:14:57 2015
@@ -0,0 +1,2 @@
+if not 'WebAssembly' in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list