| commit | 52bf0ebfdf48fa7e07257336e53a586088ee4df1 | [log] [tgz] |
|---|---|---|
| author | Michael J. Spencer <bigcheesegs@gmail.com> | Thu Oct 01 21:15:02 2015 +0000 |
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | Thu Oct 01 21:15:02 2015 +0000 |
| tree | 020ec108406c5b806d0a00bf4ef0fe9b381bd343 | |
| parent | 55745688c6b77c529c4321d0b7f9849ef94ad88f [diff] |
[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