[PATCH] D118405: [LLD][MinGW] Add --heap argument support

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 29 14:03:04 PST 2022


mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.

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.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118405/new/

https://reviews.llvm.org/D118405



More information about the llvm-commits mailing list