Basic response file support
Here we introduce support into our command-line parsing infrastructure and driver for handling gnu-style response file arguments, typically used to work around platform command-line length limitations. Fixes #16476.
Showing
- compiler/GHC.hs 1 addition, 1 deletioncompiler/GHC.hs
- compiler/GHC/Driver/CmdLine.hs 42 additions, 32 deletionscompiler/GHC/Driver/CmdLine.hs
- compiler/GHC/Driver/Session.hs 51 additions, 8 deletionscompiler/GHC/Driver/Session.hs
- docs/users_guide/9.4.1-notes.rst 3 additions, 0 deletionsdocs/users_guide/9.4.1-notes.rst
- docs/users_guide/using.rst 11 additions, 0 deletionsdocs/users_guide/using.rst
- ghc/Main.hs 3 additions, 4 deletionsghc/Main.hs
Loading
Please register or sign in to comment