Skip to content

Commit 7c86ab8

Browse files
authored
[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.
1 parent e3dafa8 commit 7c86ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Optimizer/OpenMP/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ add_flang_library(FlangOpenMPTransforms
2222
FIRDialectSupport
2323
FIRSupport
2424
FortranCommon
25+
FortranEvaluate
2526
MLIRFuncDialect
2627
MLIROpenMPDialect
2728
HLFIRDialect

0 commit comments

Comments
 (0)