[LLVMbugs] [Bug 4783] New: Circular dependency in ICC build

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Aug 25 17:05:27 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4783

           Summary: Circular dependency in ICC build
           Product: Build scripts
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: markleone at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I'm having trouble building llvm-trunk for OS X with icc (11.1 20090624).

I used "configure CC=icc CXX=icpc --disable-optimized --enable-threads=no"
(I've had trouble in the past with CXX=icc, oddly, and also had trouble with
pthreads vs. libthr.)

ICC insists on  a virtual destructor to basic_parser in Support/CommandLine.h.

The last straw seems to be a circular dependency:

find-cycles.pl: Circular dependency between *.a files:
find-cycles.pl:   libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMScalarOpts.a
libLLVMSelectionDAG.a

A workaround would be appreciated if there's no easy fix.  (Do circular
dependencies even matter on OSX?)


-- 
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