[llvm] [BOLT] Support instrumentation hook via DT_FINI_ARRAY (PR #67348)

Job Noorman via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 01:05:53 PDT 2023


================
@@ -700,6 +700,10 @@ Error RewriteInstance::run() {
   adjustCommandLineOptions();
   discoverFileObjects();
 
+  if (opts::Instrument)
----------------
mtvec wrote:

That's not possible due to the declaration of `E`.

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


More information about the llvm-commits mailing list