Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information