[PATCH] D13958: Mere SHF_STRING
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 13:52:15 PDT 2015
rafael updated this revision to Diff 38260.
rafael added a comment.
This uses fewer classes and makes tail merging optional, controlled by -O2 or higher (this is the same option that gold uses).
The flip side is that this depends on a new llvm class (I will upload it to another code review).
http://reviews.llvm.org/D13958
Files:
ELF/InputFiles.cpp
ELF/InputSection.cpp
ELF/InputSection.h
ELF/OutputSections.cpp
ELF/OutputSections.h
test/elf2/merge-string-align.s
test/elf2/merge-string-error.s
test/elf2/merge-string-no-null.s
test/elf2/merge-string.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13958.38260.patch
Type: text/x-patch
Size: 13467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151023/a9041342/attachment.bin>
More information about the llvm-commits
mailing list