[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.