Noticed in https://github.com/msys2/MINGW-packages/pull/10567
Untested but should work fine judging by COFF driver code.
Paths
| Differential D118405
[LLD][MinGW] Add --heap argument support ClosedPublic Authored by mati865 on Jan 27 2022, 1:22 PM.
Details
Summary Noticed in https://github.com/msys2/MINGW-packages/pull/10567 Untested but should work fine judging by COFF driver code.
Diff Detail
Event TimelineComment Actions Thanks, I tested it and it seems to work fine. (FWIW the comma-separated form of the option is pretty hard to pass via -Wl through the compiler driver, but with -Xlinker --heap -Xlinker 1234,5678 it worked.) This revision is now accepted and ready to land.Jan 29 2022, 2:03 PM Closed by commit rG460830a9c664: [LLD][MinGW] Add --heap argument support (authored by mati865, committed by mstorsjo). · Explain WhyJan 29 2022, 2:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404304 lld/MinGW/Driver.cpp
lld/MinGW/Options.td
lld/test/MinGW/driver.test
|