From 30c84511af8ad70705bbde98d0ba73cdbb1d8565 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Mon, 27 Mar 2023 16:48:21 +0000 Subject: testsuite: don't add optllvm way for wasm32 --- testsuite/config/ghc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.1