[PATCH] D96930: [elfabi] Fix a bug when elfabi is supplied with a tbe file contains no non-local symbol.
Haowei Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 21:22:19 PST 2021
haowei marked an inline comment as done.
haowei added a comment.
In D96930#2570520 <https://reviews.llvm.org/D96930#2570520>, @MaskRay wrote:
>> an empty symbol table
>
> It is not empty. It contains exactly one entry, a local symbol with index 0.
What I mean is the `Symbol` section in the yaml tbe file is empty. But I think it is confusing to use the term `empty symbol table` here. I changed the description to make it more precise.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96930/new/
https://reviews.llvm.org/D96930
More information about the llvm-commits
mailing list