[PATCH] D27415: [ELF] - Replace MergeOutputSection with synthetic input section MergeSection.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 04:09:41 PST 2016
grimar updated this revision to Diff 80743.
grimar added a comment.
Herald added a subscriber: nemanjai.
Rui, I applied your suggestion and now patch implements both script/non-script case. Could you look ?
- Addressed comments.
https://reviews.llvm.org/D27415
Files:
ELF/InputSection.cpp
ELF/InputSection.h
ELF/LinkerScript.cpp
ELF/OutputSections.cpp
ELF/OutputSections.h
ELF/SyntheticSections.cpp
ELF/SyntheticSections.h
ELF/Writer.cpp
ELF/Writer.h
test/ELF/basic-aarch64.s
test/ELF/basic-mips.s
test/ELF/basic-ppc.s
test/ELF/basic.s
test/ELF/basic32.s
test/ELF/basic64be.s
test/ELF/build-id.s
test/ELF/debug-gc.s
test/ELF/gc-merge-local-sym.s
test/ELF/gc-sections-merge-addend.s
test/ELF/gc-sections-merge-implicit-addend.s
test/ELF/gc-sections-merge.s
test/ELF/i386-merge.s
test/ELF/linkerscript/alternate-sections.s
test/ELF/linkerscript/merge-sections.s
test/ELF/merge-shared-str.s
test/ELF/merge-shared.s
test/ELF/merge-string-align.s
test/ELF/merge-string.s
test/ELF/merge-sym.s
test/ELF/merge.s
test/ELF/no-merge.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27415.80743.patch
Type: text/x-patch
Size: 37698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161208/b8a611a3/attachment.bin>
More information about the llvm-commits
mailing list