[flang-commits] [clang] [flang] [flang][flang-driver] Support flag -finstrument-functions (PR #137996)

Anchu Rajendran S via flang-commits flang-commits at lists.llvm.org
Wed Apr 30 12:30:50 PDT 2025


================
@@ -124,6 +128,8 @@ struct MLIRToLLVMPassPipelineConfig : public FlangEPCallBacks {
   bool UnsafeFPMath = false; ///< Set unsafe-fp-math attribute for functions.
   bool NSWOnLoopVarInc = true; ///< Add nsw flag to loop variable increments.
   bool EnableOpenMP = false; ///< Enable OpenMP lowering.
+  std::string InstrumentFunctionsEntry = "";
----------------
anchuraj wrote:

Thank you for the review. I missed adding the description . Will update it.

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


More information about the flang-commits mailing list