[PATCH] D50052: [LLD] Improve handling of AT> linker script commands

Konstantin Schwarz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 07:31:21 PDT 2018


kschwarz added inline comments.


================
Comment at: ELF/LinkerScript.cpp:120
+  // Only expand the LMARegion if it is different from MemRegion
+  if (Ctx->LMARegion && Ctx->MemRegion != Ctx->LMARegion)
     expandMemoryRegion(Ctx->LMARegion, Size, Ctx->LMARegion->Name,
----------------
grimar wrote:
> Can you split this change and the corresponding test case (at8.test) to the different patch?
Done in https://reviews.llvm.org/D50065


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50052





More information about the llvm-commits mailing list