[PATCH] D41397: [ELF] - Fix for ld.lld does not accept "AT" syntax for declaring LMA region

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 04:14:57 PST 2018


grimar added inline comments.


================
Comment at: ELF/LinkerScript.cpp:676
   }
+  if (Sec->LMARegion) {
+    uint64_t D = Dot;
----------------
ruiu wrote:
> Looks like you don't even need this `LMARegion` member in the first place, as you can just check if LMARegionName is empty here.
Removed `LMARegion` member.


https://reviews.llvm.org/D41397





More information about the llvm-commits mailing list