[Lldb-commits] [PATCH] D68943: [llvm][yaml2obj] no more implicit ELF .symtab section
George Rimar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 15 12:32:08 PDT 2019
grimar added a comment.
Ok, I was able to debug it finally.
I think we should add a .symtab in a few more cases implicitly.
For example, when we have a SHT_RELA/SHT_REL section that has an empty Link,
i.e. it refers to .symtab by default and we should provide it.
There are other cases, like when Link just explicitly refers to .symtab.
Here is a patch based on this one.
It is unpolished, but shows the idea. With it all yaml2obj tests pass.
F10276544: patch.diff <https://reviews.llvm.org/F10276544>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68943/new/
https://reviews.llvm.org/D68943
More information about the lldb-commits
mailing list