[PATCH] D82745: [ThinLto] Fix Ifunc symbol usage

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 14:10:28 PDT 2021


yota9 marked an inline comment as done.
yota9 added inline comments.


================
Comment at: llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:4036
 
+  for (const GlobalIFunc &I : M.ifuncs()) {
+    auto *Resolver = I.getBaseObject();
----------------
guy-david wrote:
> This loop should happen before emitting the FS_ALIAS records (which is just above it).
Thank you!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82745/new/

https://reviews.llvm.org/D82745



More information about the llvm-commits mailing list