testsuite: remove undesired -fasm flag from test ways
This patch removes the -fasm flag from test ways, except ways like optasm that explicitly state they are meant to be compiled with NCG backend. Most test ways should use the default codegen backend, and the precense of -fasm can cause stderr mismatches like this when GHC is configured with the unregisterised backend: ``` --- /dev/null +++ /tmp/ghctest-3hydwldj/test spaces/testsuite/tests/profiling/should_compile/prof-late-cc.run/prof-late-cc.comp.stderr.normalised @@ -0,0 +1,2 @@ +when making flags consistent: warning: [GHC-74335] [-Winconsistent-flags (in -Wdefault)] + Target platform uses unregisterised ABI, so compiling via C *** unexpected failure for prof-late-cc(prof_no_auto) ``` This has been breaking the wasm unreg nightly job since !12595 landed.
-
mentioned in commit 8656471e
-
mentioned in commit f603ac9c
-
mentioned in commit 9c453cd3
-
mentioned in commit 3dd6bcf9
-
mentioned in commit 1264239a
-
mentioned in commit a967dc95
-
mentioned in commit 513edb28
-
mentioned in commit 4977e2a6
-
mentioned in commit 9665cdc3
-
mentioned in commit 3a022090
-
mentioned in commit 083871d2
-
mentioned in commit 882b6d16
-
mentioned in commit 387f3631
-
mentioned in commit ed81cfda
-
mentioned in commit 3d5f9827
-
mentioned in commit b80094a8
-
mentioned in commit 0614682c
-
mentioned in commit 78e5097e
-
mentioned in commit f8f0e0d5
-
mentioned in commit e45fd15a
-
mentioned in commit daeb5a96
-
mentioned in commit 64d0c92b
-
mentioned in commit cf426db0
-
mentioned in commit 0c24c478
-
mentioned in commit 3e719465
-
mentioned in commit c11d2ad2
-
mentioned in commit 88cf0b89
-
mentioned in commit a60edd39