Skip to content

Commit 731ba68

Browse files
authored
[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
1 parent b3306cb commit 731ba68

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)