[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
Sat Mar 28 08:04:13 PDT 2020
Higuoxing added a comment.
Hi @grimar, the build log of this patch shows that we actually have a checker that complains `sh_size` isn't a multiple of `sh_entsize` (llvm/include/Object/ELF.h: Line 401). But I have no idea why it wasn't triggered on my machine. I use a release build because I do not have enough memory for debug build ...
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