commit | 3431c3e9be51782b74cae54745fc59eaeb9115a6 | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Tue Jun 27 21:19:27 2017 +0000 |
committer | Sam Clegg <sbc@chromium.org> | Tue Jun 27 21:19:27 2017 +0000 |
tree | d759bbd92b7b0fea17fc15f502749ae07ff575d3 | |
parent | fa0e536521fbc36ce2f71c5001f9935510c50cff [diff] [blame] |
[WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target Differential Revision: https://reviews.llvm.org/D34712 llvm-svn: 306464
diff --git a/llvm/test/tools/llvm-objdump/WebAssembly/lit.local.cfg b/llvm/test/tools/llvm-objdump/WebAssembly/lit.local.cfg new file mode 100644 index 0000000..0dd8c92 --- /dev/null +++ b/llvm/test/tools/llvm-objdump/WebAssembly/lit.local.cfg
@@ -0,0 +1,2 @@ +if 'WebAssembly' not in config.root.targets: + config.unsupported = True