[LLVMbugs] [Bug 7155] New: stage2 and stag3 of clang are not identical

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 17 13:49:56 PDT 2010


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

           Summary: stage2 and stag3 of clang are not identical
           Product: clang
           Version: trunk
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: diegoiast at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


I am bootstapping clang, and in theory stage2 and stage should be identical
binaries (at least on linux).

Binaries are different for the last 3 weeks here (Fedora 12, 32bit,
bootstrapping from gcc-4.4.3). I am compiling out of source using cmake.

[elcuco at pinky ~/src/llvm] ls -l bootstrap-stage-{2,3}/bin/clang
-rwxrwxr-x. 1 elcuco elcuco 24576970 2010-05-17 20:14
bootstrap-stage-2/bin/clang
-rwxrwxr-x. 1 elcuco elcuco 24580575 2010-05-17 20:35
bootstrap-stage-3/bin/clang


I attach here the build script I used, just save it under the root of your llvm
checkout, and it will create 3 new directories, + bootstrap.log file with all
the build log. not tested on mac, but I assume it will work as well.

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