From 731ba68e800d100b7b56e479700a2a62e407abd2 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Wed, 10 Sep 2025 12:49:17 +0200 Subject: [PATCH] [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 --- flang/lib/Utils/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flang/lib/Utils/CMakeLists.txt b/flang/lib/Utils/CMakeLists.txt index 4d5000abedba..96c037561a8a 100644 --- a/flang/lib/Utils/CMakeLists.txt +++ b/flang/lib/Utils/CMakeLists.txt @@ -17,6 +17,8 @@ add_flang_library(FortranUtils LINK_LIBS FIRDialect FIRBuilder + FortranEvaluate + FortranSupport HLFIRDialect MLIR_LIBS