forked from OSchip/llvm-project
[WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target
Differential Revision: https://reviews.llvm.org/D34712 llvm-svn: 306464
This commit is contained in:
parent
fa0e536521
commit
3431c3e9be
|
@ -0,0 +1,2 @@
|
|||
if 'WebAssembly' not in config.root.targets:
|
||||
config.unsupported = True
|
Loading…
Reference in New Issue