Skip to content

hadrian: Use a response file to invoke GHC when analysing dependencies.

Andreas Klebinger requested to merge wip/andreask/hadrian_ghc_rsp_file into master
hadrian: Use a response file to invoke GHC for dep gathering.

In some cases we construct an argument list too long for GHC to
handle directly on windows.
To avoid this we now invoke GHC using a response file when
generating dependencies to sidestep length limitations.
Edited by Andreas Klebinger

Merge request reports

Loading