[llvm] [BOLT] Support runtime library hook via DT_INIT_ARRAY (PR #167467)

Vasily Leonenko via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 03:02:17 PST 2025


================
@@ -811,6 +811,15 @@
 
   Specify file name of the runtime instrumentation library
 
+- `--runtime-lib-init-hook=<value>`
+
+  Primary target for hooking runtime library initialization, used in
+  fallback order of availabiliy in input binary (entry_point -> init
----------------
vleonen wrote:

Thanks for noticing it. Fixed.

https://github.com/llvm/llvm-project/pull/167467


More information about the llvm-commits mailing list