[flang] Fixed the missing dependency. (#121370)

My local build with the shared libraries is broken.
I suppose this was introduced by #120374.

`flang/include/flang/Evaluate/constant.h` ends up being included
by `MapInfoFinalization.cpp` via `flang/Lower/DirectivesCommon.h`.
The undefined references are related to `ConstantBase` classes.
This commit is contained in:
Slava Zakharin 2025-01-03 18:25:31 -08:00 committed by GitHub
parent e3dafa88a8
commit 7c86ab8a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ add_flang_library(FlangOpenMPTransforms
FIRDialectSupport
FIRSupport
FortranCommon
FortranEvaluate
MLIRFuncDialect
MLIROpenMPDialect
HLFIRDialect