[LLVMbugs] [Bug 18823] New: Cannot build lld with '-DBUILD_SHARED_LIBS=ON
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 12 15:21:05 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18823
Bug ID: 18823
Summary: Cannot build lld with '-DBUILD_SHARED_LIBS=ON
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: bigcheesegs at gmail.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
CMake Error: The inter-target dependency graph contains the following strongly
connected component (cycle):
"lldCore" of type SHARED_LIBRARY
depends on "lldNative" (weak)
depends on "lldReaderWriter" (weak)
depends on "lldPasses" (weak)
depends on "lldYAML" (weak)
"lldPasses" of type SHARED_LIBRARY
depends on "lldReaderWriter" (weak)
depends on "lldCore" (weak)
depends on "lldNative" (weak)
depends on "lldYAML" (weak)
"lldReaderWriter" of type SHARED_LIBRARY
depends on "lldCore" (weak)
depends on "lldNative" (weak)
depends on "lldYAML" (weak)
depends on "lldPasses" (weak)
"lldNative" of type SHARED_LIBRARY
depends on "lldReaderWriter" (weak)
depends on "lldCore" (weak)
depends on "lldYAML" (weak)
depends on "lldPasses" (weak)
"lldYAML" of type SHARED_LIBRARY
depends on "lldReaderWriter" (weak)
depends on "lldCore" (weak)
depends on "lldNative" (weak)
depends on "lldPasses" (weak)
--
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/20140212/8c128b7a/attachment.html>
More information about the llvm-bugs
mailing list