summaryrefslogtreecommitdiff
path: root/testsuite/config/ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r--testsuite/config/ghc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 1821d5a572..bff98d0598 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -70,7 +70,7 @@ if windows:
config.other_ways += winio_ways
# LLVM
-if not config.unregisterised and not config.arch == "javascript" and config.have_llvm:
+if not config.unregisterised and not config.arch in {"wasm32", "javascript"} and config.have_llvm:
config.compile_ways.append('optllvm')
config.run_ways.append('optllvm')