[WebAssembly] Create a CodeGen unittest directory.
authorDan Gohman <dan433584@gmail.com>
Mon, 6 Jul 2015 23:14:57 +0000 (23:14 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 6 Jul 2015 23:14:57 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241520 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/WebAssembly/lit.local.cfg [new file with mode: 0644]

diff --git a/test/CodeGen/WebAssembly/lit.local.cfg b/test/CodeGen/WebAssembly/lit.local.cfg
new file mode 100644 (file)
index 0000000..7434735
--- /dev/null
@@ -0,0 +1,2 @@
+if not 'WebAssembly' in config.root.targets:
+    config.unsupported = True