[PATCH] D22683: [ELF] Symbol assignment within input section list
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 05:44:37 PDT 2016
evgeny777 updated this revision to Diff 66649.
evgeny777 added a comment.
Review updated.
- createThunks() is called before createSections()
- Output section size and input section offset are calculated in addSection()
- assignOffsets made private and called only in sortCtorsDtors() and sortInitFini().
https://reviews.llvm.org/D22683
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/OutputSections.cpp
ELF/OutputSections.h
ELF/Symbols.cpp
ELF/Writer.cpp
test/ELF/linkerscript/linkerscript-provide-in-section.s
test/ELF/linkerscript/linkerscript-symbols-synthetic.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22683.66649.patch
Type: text/x-patch
Size: 16275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160803/14a17f6e/attachment.bin>
More information about the llvm-commits
mailing list