[WebAssembly] Create a CodeGen unittest directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2015-07-06 23:14:57 +00:00
parent 4ec0f60807
commit 4214e961d7

View File

@ -0,0 +1,2 @@
if not 'WebAssembly' in config.root.targets:
config.unsupported = True