Skip to content

Commit ef2e592

Browse files
committed
[flang] Add CMake missing dependencies needed for FortranSupport
1 parent 1f37a9f commit ef2e592

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

flang/lib/Support/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,17 @@ add_flang_library(FortranSupport
5353
Version.cpp
5454
${version_inc}
5555

56+
DEPENDS
57+
FIRDialect
58+
59+
LINK_LIBS
60+
FIRDialect
61+
5662
LINK_COMPONENTS
5763
Support
5864

5965
MLIR_LIBS
6066
MLIRIR
6167
MLIRSupport
68+
MLIROpenMPDialect
6269
)

0 commit comments

Comments
 (0)