]> granicus.if.org Git - llvm/commitdiff
[WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target
authorSam Clegg <sbc@chromium.org>
Tue, 27 Jun 2017 21:19:27 +0000 (21:19 +0000)
committerSam Clegg <sbc@chromium.org>
Tue, 27 Jun 2017 21:19:27 +0000 (21:19 +0000)
Differential Revision: https://reviews.llvm.org/D34712

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306464 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objdump/WebAssembly/lit.local.cfg [new file with mode: 0644]

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