[PATCH] D82745: [ThinLto] Fix Ifunc symbol usage
Guy David via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 05:24:51 PDT 2021
guy-david added a comment.
It appears that this one is not fixed yet.
================
Comment at: llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:4036
+ for (const GlobalIFunc &I : M.ifuncs()) {
+ auto *Resolver = I.getBaseObject();
----------------
This loop should happen before emitting the FS_ALIAS records (which is just above it).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82745/new/
https://reviews.llvm.org/D82745
More information about the llvm-commits
mailing list