[PATCH] D75793: [llvm-objdump] --syms: print 'i' for STT_GNU_IFUNC
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 19:18:44 PST 2020
MaskRay added a comment.
`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`.
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