feat(Cabal): Adding an explicit -pgma flag for interaction with GHC - #11764
feat(Cabal): Adding an explicit -pgma flag for interaction with GHC#11764zlonast wants to merge 1 commit into
-pgma flag for interaction with GHC#11764Conversation
1313108 to
e0528df
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] |
32c3c4e to
ddc17f5
Compare
-pgma flag for interaction with GHC
ddc17f5 to
6375e01
Compare
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.