[LLVMbugs] [Bug 20254] New: Failed to build shared libraries by cmake
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 9 00:05:05 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20254
Bug ID: 20254
Summary: Failed to build shared libraries by cmake
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: oroppas at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The cyclic dependencies among liblldPasses, liblldNative and liblldYAML
thwarted the configuration process by cmake:
CMake Error: The inter-target dependency graph contains the following strongly
connected component (cycle):
"lldPasses" of type SHARED_LIBRARY
depends on "lldNative" (weak)
depends on "lldYAML" (weak)
"lldNative" of type SHARED_LIBRARY
depends on "lldYAML" (weak)
depends on "lldPasses" (weak)
"lldYAML" of type SHARED_LIBRARY
depends on "lldNative" (weak)
depends on "lldPasses" (weak)
At least one of these targets is not a STATIC_LIBRARY. Cyclic dependencies are
allowed only among static libraries.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140709/bb8988cb/attachment.html>
More information about the llvm-bugs
mailing list