[PATCH] D78340: [Flang] fix dependency issues after D78215
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 14:41:46 PDT 2020
ro added a comment.
This change broke `-DBUILD_SHARED_LIBS=ON` builds (seen on x86_64-pc-linux-gnu):
CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):
"FortranEvaluate" of type SHARED_LIBRARY
depends on "FortranSemantics" (weak)
"FortranSemantics" of type SHARED_LIBRARY
depends on "FortranEvaluate" (weak)
At least one of these targets is not a STATIC_LIBRARY. Cyclic dependencies are allowed only among static libraries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78340/new/
https://reviews.llvm.org/D78340
More information about the llvm-commits
mailing list