Skip to content
Snippets Groups Projects
Commit 1b90735c authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

testsuite: Add wasm32 to testsuite arches with NCG

The compiler --info reports that wasm32 compilers have a NCG, so we
should agree with that here.
parent af771148
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ inTreeCompilerArgs stg = do
os <- queryHostTarget queryOS
arch <- queryTargetTarget queryArch
let codegen_arches = ["x86_64", "i386", "powerpc", "powerpc64", "powerpc64le", "aarch64"]
let codegen_arches = ["x86_64", "i386", "powerpc", "powerpc64", "powerpc64le", "aarch64", "wasm32"]
let withNativeCodeGen
| unregisterised = False
| arch `elem` codegen_arches = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment