diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2015-10-01 21:15:02 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2015-10-01 21:15:02 +0000 |
commit | 52bf0ebfdf48fa7e07257336e53a586088ee4df1 (patch) | |
tree | 020ec108406c5b806d0a00bf4ef0fe9b381bd343 /llvm | |
parent | 55745688c6b77c529c4321d0b7f9849ef94ad88f (diff) | |
download | bcm5719-llvm-52bf0ebfdf48fa7e07257336e53a586088ee4df1.tar.gz bcm5719-llvm-52bf0ebfdf48fa7e07257336e53a586088ee4df1.zip |
[lld][elf2] Sort output sections.
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.
llvm-svn: 249071
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions