diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-07-06 23:14:57 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-07-06 23:14:57 +0000 |
commit | b2f62a32e42202c3e700ab210339ad265f58c841 (patch) | |
tree | 07fd2a31d4779d3731f9b108a532e9461bd6fba0 | |
parent | cb268d46f002d8f506f9b506f3eb812f6dc136b8 (diff) | |
download | bcm5719-llvm-b2f62a32e42202c3e700ab210339ad265f58c841.tar.gz bcm5719-llvm-b2f62a32e42202c3e700ab210339ad265f58c841.zip |
[WebAssembly] Create a CodeGen unittest directory.
llvm-svn: 241520
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/lit.local.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/lit.local.cfg b/llvm/test/CodeGen/WebAssembly/lit.local.cfg new file mode 100644 index 00000000000..743473517cd --- /dev/null +++ b/llvm/test/CodeGen/WebAssembly/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'WebAssembly' in config.root.targets: + config.unsupported = True |