[PATCH] D75793: [llvm-objdump] --syms: print 'i' for STT_GNU_IFUNC
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 03:11:44 PDT 2020
jhenderson accepted this revision.
jhenderson added a comment.
LGTM.
In D75793#1910789 <https://reviews.llvm.org/D75793#1910789>, @MaskRay wrote:
> `llvm::object::BasicSymbolRef::SF_Indirect` exists but I don't think it is suitable.
>
> In theory, `I` may be possible, but I cannot find any binutils test for `I`.
What would a `I` value represent?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75793/new/
https://reviews.llvm.org/D75793
More information about the llvm-commits
mailing list