Adding an explicit pgma flag for interaction with GHC#11764
Adding an explicit pgma flag for interaction with GHC#11764zlonast wants to merge 3 commits intohaskell:masterfrom
Conversation
1313108 to
e0528df
Compare
2d33730 to
fb6a169
Compare
fb6a169 to
32c3c4e
Compare
|
Apparently if I pass https://gitlab.haskell.org/ghc/ghc/-/issues/27216 [127 of 148] Compiling Distribution.Simple.GHC ( ... ) [Source file changed] [1 of 1] Compiling Main ( ... ) [Missing object file] |
Add an explicit
pgmaflag to Cabal's GHC invocation logic. Pass the assemblerprogram explicitly to GHC. This change allows users to specify a custom
asprogram to compile assembly manually.
Main idea #9801 (comment)
Template Α: This PR modifies behaviour or interface
Include the following checklist in your PR:
significance: significantin the changelog file.