[LLVMbugs] [Bug 10537] New: Inter-target dependency of shared libraries
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 29 14:50:55 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10537
Summary: Inter-target dependency of shared libraries
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: cmake
AssignedTo: unassignedbugs at nondot.org
ReportedBy: oroppas at gmail.com
CC: llvmbugs at cs.uiuc.edu, ofv at wanadoo.es
At revision 136527.
-- Target triple: x86_64-unknown-linux-gnu
-- Native target architecture is X86
-- Threads enabled.
-- Building with -fPIC
-- Targeting X86
-- Targeting PTX
-- Clang version: 3.0
-- Configuring done
CMake Error: The inter-target dependency graph contains the following strongly
connected component (cycle):
"LLVMX86CodeGen" of type SHARED_LIBRARY
depends on "LLVMX86AsmPrinter" (weak)
depends on "LLVMX86Desc" (weak)
"LLVMX86AsmPrinter" of type SHARED_LIBRARY
depends on "LLVMX86Utils" (weak)
depends on "LLVMX86CodeGen" (strong)
"LLVMX86Desc" of type SHARED_LIBRARY
depends on "LLVMX86AsmPrinter" (weak)
depends on "LLVMX86Info" (weak)
depends on "LLVMX86CodeGen" (strong)
"LLVMX86Info" of type SHARED_LIBRARY
depends on "LLVMX86CodeGen" (strong)
"LLVMX86Utils" of type SHARED_LIBRARY
depends on "LLVMX86CodeGen" (strong)
At least one of these targets is not a STATIC_LIBRARY. Cyclic dependencies are
allowed only among static libraries.
-- Build files have been written to: /home/ryuta/devel/llvm/src/llvm-build
==> ERROR: A failure occurred in build().
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list