Skip to content

Commit 039f0c6

Browse files
Meinersburgithub-actions[bot]
authored andcommitted
Automerge: [Flang][Utils] Fix BUILD_SHARED_LIBS build (#157828)
Required for `BUILD_SHARED_LIBS=ON` builds with optimizations disabled for the new FortranUtils library. Also see #150027 #155422
2 parents 7bbc6ec + 731ba68 commit 039f0c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/lib/Utils/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ add_flang_library(FortranUtils
1717
LINK_LIBS
1818
FIRDialect
1919
FIRBuilder
20+
FortranEvaluate
21+
FortranSupport
2022
HLFIRDialect
2123

2224
MLIR_LIBS

0 commit comments

Comments
 (0)