[llvm] r306464 - [WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 14:19:27 PDT 2017
Author: sbc
Date: Tue Jun 27 14:19:27 2017
New Revision: 306464
URL: http://llvm.org/viewvc/llvm-project?rev=306464&view=rev
Log:
[WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target
Differential Revision: https://reviews.llvm.org/D34712
Added:
llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg
Added: llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg?rev=306464&view=auto
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg (added)
+++ llvm/trunk/test/tools/llvm-objdump/WebAssembly/lit.local.cfg Tue Jun 27 14:19:27 2017
@@ -0,0 +1,2 @@
+if 'WebAssembly' not in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list