[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
This commit is contained in:
Michael Kruse 2025-09-10 12:49:17 +02:00 committed by GitHub
parent b3306cbb53
commit 731ba68e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,8 @@ add_flang_library(FortranUtils
LINK_LIBS
FIRDialect
FIRBuilder
FortranEvaluate
FortranSupport
HLFIRDialect
MLIR_LIBS