[PATCH] D124857: [AIX][PGO] Enable linux style PGO on AIX

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 14:06:21 PDT 2022


davidxl added inline comments.


================
Comment at: compiler-rt/lib/profile/InstrProfilingPlatformLinux.c:235
+// Empty stubs to allow linking object files using the registration-based scheme
+COMPILER_RT_VISIBILITY
+void __llvm_profile_register_function(void *Data_) {}
----------------
Why is this needed? For objects compiled with older compiler?


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

https://reviews.llvm.org/D124857



More information about the llvm-commits mailing list