[PATCH] D34712: [WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 14:19:49 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL306464: [WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target (authored by sbc).
Repository:
rL LLVM
https://reviews.llvm.org/D34712
Files:
llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg
Index: llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg
===================================================================
--- llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg
+++ llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg
@@ -0,0 +1,2 @@
+if 'WebAssembly' not in config.root.targets:
+ config.unsupported = True
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34712.104271.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170627/2bf4d200/attachment.bin>
More information about the llvm-commits
mailing list