[PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 08:42:04 PDT 2016


evgeny777 created this revision.
evgeny777 added a reviewer: ruiu.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.

Current revision does not allow adding symbols to special output sections, like .eh_frame, .eh_frame_hdr and others. 
This patch implements this feature (which is required by our dynamic linker)

Repository:
  rL LLVM

https://reviews.llvm.org/D23716

Files:
  ELF/LinkerScript.cpp
  test/ELF/linkerscript/linkerscript-symbols-synthetic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23716.68694.patch
Type: text/x-patch
Size: 3785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160819/e1257912/attachment.bin>


More information about the llvm-commits mailing list