driver: Fix -S with .cmm files
There was an oversight in the driver which assumed that you would always produce a `.o` file when compiling a .cmm file. Fixes #23610
Showing
- compiler/GHC/Driver/Pipeline.hs 6 additions, 6 deletionscompiler/GHC/Driver/Pipeline.hs
- testsuite/tests/cmm/should_compile/Makefile 3 additions, 0 deletionstestsuite/tests/cmm/should_compile/Makefile
- testsuite/tests/cmm/should_compile/T23610.cmm 3 additions, 0 deletionstestsuite/tests/cmm/should_compile/T23610.cmm
- testsuite/tests/cmm/should_compile/all.T 1 addition, 0 deletionstestsuite/tests/cmm/should_compile/all.T
Loading
Please register or sign in to comment