[Mlir-commits] [clang] [flang] [llvm] [mlir] [LLVM-Flang] Add support for -fdebug-info-for-profiling option (PR #188022)

Kaviya Rajendiran llvmlistbot at llvm.org
Tue Mar 24 04:15:16 PDT 2026


================
@@ -372,12 +373,14 @@ void createOpenMPFIRPassPipeline(mlir::PassManager &pm,
 void createDebugPasses(mlir::PassManager &pm,
                        llvm::codegenoptions::DebugInfoKind debugLevel,
                        llvm::OptimizationLevel OptLevel,
+                       bool debugInfoForProfiling,
----------------
kaviya2510 wrote:

Thankyou for the review @jeanPerier. I addressed your comments in the recent change. Please check it.

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


More information about the Mlir-commits mailing list