[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:
parent
e3dafa88a8
commit
7c86ab8a18
@ -22,6 +22,7 @@ add_flang_library(FlangOpenMPTransforms
|
||||
FIRDialectSupport
|
||||
FIRSupport
|
||||
FortranCommon
|
||||
FortranEvaluate
|
||||
MLIRFuncDialect
|
||||
MLIROpenMPDialect
|
||||
HLFIRDialect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user