[PATCH] D136192: [AIX][PGO] WIP

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 12:37:36 PDT 2022


hubert.reinterpretcast added inline comments.


================
Comment at: compiler-rt/lib/profile/InstrProfilingRuntime.cpp:28
+#endif
+RegisterRuntime __llvm_register_runtime;
----------------
Should follow the example of `__llvm_profile_runtime`, etc. in terms of using `__llvm_profile_` as the prefix.


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

https://reviews.llvm.org/D136192



More information about the llvm-commits mailing list