[PATCH] D24230: [ELF] Linkerscript: Fix handling of empty sections

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 05:21:47 PDT 2016


evgeny777 removed rL LLVM as the repository for this revision.
evgeny777 updated this revision to Diff 70390.
evgeny777 added a comment.

Symbols defined in empty sections may be mentioned in relocation section, so it's necessary to copy at least GotIndex, before
converting Synthetic to Regular.


https://reviews.llvm.org/D24230

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24230.70390.patch
Type: text/x-patch
Size: 7216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160906/25c0a9f1/attachment.bin>


More information about the llvm-commits mailing list