[PATCH] D76081: [Object] object::ELFObjectFile::dynamic_symbol_begin(): skip symbol index 0
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 09:13:26 PDT 2020
Higuoxing added a comment.
In D76081#1957333 <https://reviews.llvm.org/D76081#1957333>, @grimar wrote:
> Ok. So we have D77289 <https://reviews.llvm.org/D77289> and this one connected, I'd start from landing this one first.
> (I have no comments regarding this one)
I guess we should land D77289 <https://reviews.llvm.org/D77289> first? Or we cannot pass the last test case.
## Test llvm-nm dumping ELF file with a malformed .dynsym section header
## whose sh_size isn't a multiple of the dynamic symbol size (sh_size % sizeof(Elf_Sym) != 0).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76081/new/
https://reviews.llvm.org/D76081
More information about the llvm-commits
mailing list