Skip to content

Commit

Permalink
[flang] Fixed the missing dependency. (#121370)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vzakhari authored Jan 4, 2025
1 parent e3dafa8 commit 7c86ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flang/lib/Optimizer/OpenMP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ add_flang_library(FlangOpenMPTransforms
FIRDialectSupport
FIRSupport
FortranCommon
FortranEvaluate
MLIRFuncDialect
MLIROpenMPDialect
HLFIRDialect
Expand Down

0 comments on commit 7c86ab8

Please sign in to comment.