[flang-commits] [flang] [flang] Add the MLIR pass pipelines for dumping (PR #183144)
via flang-commits
flang-commits at lists.llvm.org
Thu Feb 26 06:01:14 PST 2026
================
@@ -8,14 +8,25 @@ add_flang_library(flangFrontendTool
LINK_LIBS
flangFrontend
+ FIRCodeGen
+ FIRTransforms
+ HLFIRTransforms
+ FlangOpenMPTransforms
LINK_COMPONENTS
Option
Plugins
Support
MLIR_LIBS
+ MLIRComplexToStandard
+ MLIRLLVMIRTransforms
+ MLIRMathToFuncs
+ MLIRMathToLLVM
MLIRPass
+ MLIRReconcileUnrealizedCasts
+ MLIRSCFToControlFlow
+ MLIRTransforms
----------------
tmjbios wrote:
It looks like virtually all of the size increase is DWARF info, so I think the actual increase in .so is maybe 5k in a Release build.
https://github.com/llvm/llvm-project/pull/183144
More information about the flang-commits
mailing list