[PATCH] D144982: Fix -fsplit-lto-unit with ifuncs
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 06:22:45 PDT 2023
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp:203
+ else
+ assert(I.getResolverFunction() && "ifuncs misses it's resolver function");
+ }
----------------
nit: its not it's in this context.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144982/new/
https://reviews.llvm.org/D144982
More information about the llvm-commits
mailing list