[PATCH] D50494: [LLD] Reserve memory in implicitly set LMARegions

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 11 04:09:43 PDT 2018


grimar added inline comments.


================
Comment at: ELF/LinkerScript.cpp:780
+
+void LinkerScript::setLMARegion(OutputSection *Sec) {
+
----------------
I tried to simplify the conditions in this method and ended up with the following version: D50602.
What do you think?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50494





More information about the llvm-commits mailing list