[PATCH] D13958: Mere SHF_STRING
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 15:01:08 PDT 2015
rafael updated this revision to Diff 38266.
rafael added a comment.
OK, I think this version finally has it all:
- Shares code for the string and non string case, reducing the patch and code size.
- Tail merging is optional, using the same flag (-O2) as gold.
- Work with llvm trunk.
- More comments.
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.38266.patch
Type: text/x-patch
Size: 13285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151023/0e3b405a/attachment-0001.bin>
More information about the llvm-commits
mailing list