[flang-commits] [flang] [flang] Add the MLIR pass pipelines for dumping (PR #183144)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed Feb 25 05:12:10 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
----------------
kiranchandramohan wrote:

Is there no single target that includes all these libs? 

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


More information about the flang-commits mailing list