[all-commits] [llvm/llvm-project] 7c86ab: [flang] Fixed the missing dependency. (#121370)
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Fri Jan 3 18:25:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c86ab8a18897c434fdb1ee3cd5ff2a71e6aae5a
https://github.com/llvm/llvm-project/commit/7c86ab8a18897c434fdb1ee3cd5ff2a71e6aae5a
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list