[llvm] [BOLT] Support instrumentation hook via DT_FINI_ARRAY (PR #67348)
Vladislav Khmelevsky via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 04:15:07 PDT 2023
================
@@ -1276,6 +1280,57 @@ void RewriteInstance::discoverFileObjects() {
registerFragments();
}
+Error RewriteInstance::discoverFiniAddress() {
----------------
yota9 wrote:
Well, it makes sense. But since at least right now this is runtime-specific code I assume at least the naming of the function should display it, especially for the update one
https://github.com/llvm/llvm-project/pull/67348
More information about the llvm-commits
mailing list