[LLVMbugs] [Bug 1305] NEW: Bugpoint hard-coded to use "gcc"

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Apr 4 12:17:30 PDT 2007


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

           Summary: Bugpoint hard-coded to use "gcc"
           Product: tools
           Version: 1.9
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: bugpoint
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jeffc at jolt-lang.org


A system may have more than one version of gcc installed, but bugpoint can only
use the one named "gcc".  By default, it ought to use the gcc with which LLVM
was configured to be built with.  This default may be overridden by either the
CC environment variable or possibly command arguments.

Furthermore, when LLVM was built with Visual Studio on Windows, it must use
Microsoft C instead of gcc.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list