[PATCH] D13275: [lld][elf2] Sort output sections.
Michael Spencer via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 17:12:34 PDT 2015
Bigcheese created this revision.
Bigcheese added a reviewer: rafael.
Bigcheese added a subscriber: llvm-commits.
Sort by:
ALLOC
ALLOC && NOBITS
ALLOC & EXEC
ALLOC & EXEC && NOBITS
ALLOC & WRITE
ALLOC & WRITE && NOBITS
<nothing> (ignoring NOBITS)
The dynamic section is finalized early because it adds strings to the dynamic string table, which comes before the dynamic table.
http://reviews.llvm.org/D13275
Files:
ELF/OutputSections.cpp
ELF/Writer.cpp
test/elf2/basic-aarch64.s
test/elf2/basic-mips.s
test/elf2/basic.s
test/elf2/basic32.s
test/elf2/basic32be.s
test/elf2/basic64be.s
test/elf2/bss.s
test/elf2/discard-none.s
test/elf2/dynamic-reloc-index.s
test/elf2/dynamic-reloc.s
test/elf2/got.s
test/elf2/local-dynamic.s
test/elf2/plt-i686.s
test/elf2/plt.s
test/elf2/relocation-common.s
test/elf2/relocation-i686.s
test/elf2/relocation-local.s
test/elf2/relocation.s
test/elf2/section-layout.s
test/elf2/shared.s
test/elf2/symbols.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13275.36052.patch
Type: text/x-patch
Size: 41763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150930/e63d9e63/attachment.bin>
More information about the llvm-commits
mailing list