[all-commits] [llvm/llvm-project] a94083: [flang] Break shared library cyclic dependence
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 10 11:29:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a94083b511eea13826bde466ffee2c4fcbcec3ea
https://github.com/llvm/llvm-project/commit/a94083b511eea13826bde466ffee2c4fcbcec3ea
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M flang/lib/Evaluate/type.cpp
Log Message:
-----------
[flang] Break shared library cyclic dependence
I inadvertently introduced a cycle of dependences between the Evaluate
and Semantics libraries; this patch breaks that cycle and reenables
the flang build bots that rely on shared library builds.
More information about the All-commits
mailing list