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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Mar 24 06:03:02 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,
----------------
jeanPerier wrote:

Please also update the declaration in Pipelines.h, otherwise LGTM, thanks.

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


More information about the Mlir-commits mailing list