[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 Dec 19 08:22:52 PST 2017


grimar created this revision.
grimar added reviewers: ruiu, rafael.
Herald added a subscriber: emaste.

AT> lma_region expression allows to specify the memory region
for section load address.

Should fix PR35684.


https://reviews.llvm.org/D41397

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.h
  ELF/ScriptParser.cpp
  test/ELF/linkerscript/at2.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41397.127534.patch
Type: text/x-patch
Size: 6154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171219/3e6f292b/attachment.bin>


More information about the llvm-commits mailing list