[PATCH] D129009: [LTO] Fix LTO for aliased IFuncs

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 14:47:09 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/test/LTO/Resolution/X86/alias-indirect-function-lto.ll:15
+
+ at foo = ifunc i32 (i32), i32 (i32)* ()* @foo_resolver
+
----------------
Replace all these `xxx*` to `ptr` (opaque pointers). See recent clang's codegen.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129009



More information about the cfe-commits mailing list