[LLVMbugs] [Bug 7849] New: Unnecessary cyclic reference between LLVMX86CodeGen and LLVMX86AsmPrinter
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Aug 9 08:33:52 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7849
Summary: Unnecessary cyclic reference between LLVMX86CodeGen
and LLVMX86AsmPrinter
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: cmake
AssignedTo: unassignedbugs at nondot.org
ReportedBy: kiyolee at hotmail.com
CC: llvmbugs at cs.uiuc.edu
Using svn revision 110572.
cmake refused to build with shared libraries as complaining there is cyclic
reference between LLVMX86CodeGen and LLVMX86AsmPrinter.
But after removed LLVMX86AsmPrinter from the line of target_link_libraries in
the file lib/Target/X86/CMakeLists.txt, everything were built and working just
fine.
So I suspect the cyclic reference is actually unnecessary.
--
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