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: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs