MaskRay added inline comments.

================
Comment at: llvm/test/LTO/Resolution/X86/alias-indirect-function-lto.ll:15
+
+@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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to