Skip to content

Commit 98eadc8

Browse files
authored
[flang] Add CMake missing dependencies needed for FortranSupport (llvm#2035)
2 parents 4950ee0 + ef2e592 commit 98eadc8

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)