[PATCH] D68943: [llvm][yaml2obj] no more implicit ELF .symtab section
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 05:16:23 PDT 2019
grimar added a comment.
In D68943#1709330 <https://reviews.llvm.org/D68943#1709330>, @kwk wrote:
> I noticed that the order of sections does matter to some tests. Before the `.symtab` section was always the first one and now it is the last of the implicit sections being created. Some `Link: X` checks break because `X` points to a different section. In order to compensate for this I will make `.symtab` the first of the implicit sections again.
Please upload the version with this change and I'll try to debug to take a look what happens.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68943/new/
https://reviews.llvm.org/D68943
More information about the llvm-commits
mailing list