[PATCH] D30851: [ELF] Support ABSOLUTE on the right hand side in linkerscripts

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 15:09:35 PST 2017


phosek created this revision.
phosek added a project: lld.

This also requires postponing the assignment the assignment of symbols defined in input linker scripts since those can refer to output sections and in case we don't have a SECTIONS command, we need to wait until all output sections have been created and assigned addresses.


Repository:
  rL LLVM

https://reviews.llvm.org/D30851

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/Writer.cpp
  test/ELF/linkerscript/absolute.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30851.91425.patch
Type: text/x-patch
Size: 3600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170310/acb0dbcf/attachment.bin>


More information about the llvm-commits mailing list