forked from OSchip/llvm-project
[WebAssembly] Reorder reloc sections to come after symtab
This matches LLVM change D43940. Differential Revision: https://reviews.llvm.org/D43946 llvm-svn: 326693
This commit is contained in:
parent
6705c00f4d
commit
94d3b16101
|
@ -631,8 +631,8 @@ void Writer::createSections() {
|
|||
|
||||
// Custom sections
|
||||
if (Config->Relocatable) {
|
||||
createRelocSections();
|
||||
createLinkingSection();
|
||||
createRelocSections();
|
||||
}
|
||||
if (!Config->StripDebug && !Config->StripAll)
|
||||
createNameSection();
|
||||
|
|
Loading…
Reference in New Issue