We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749e218 commit 4605ba0Copy full SHA for 4605ba0
flang/lib/Optimizer/Passes/CMakeLists.txt
@@ -1,3 +1,6 @@
1
+get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
2
+get_property(extension_libs GLOBAL PROPERTY MLIR_EXTENSION_LIBS)
3
+
4
add_flang_library(flangPasses
5
CommandLineOpts.cpp
6
Pipelines.cpp
@@ -9,6 +12,8 @@ add_flang_library(flangPasses
9
12
FIRCodeGen
10
13
FIRTransforms
11
14
FlangOpenMPTransforms
15
+ ${dialect_libs}
16
+ ${extension_libs}
17
FortranCommon
18
HLFIRTransforms
19
MLIRPass
0 commit comments