[LLVMbugs] [Bug 10502] New: .gcno version number in .gcno files is incorrect

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 26 09:44:32 PDT 2011


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

           Summary: .gcno version number in .gcno files is incorrect
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Miscellaneous Instrumentation passes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: dmaclach at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Somebody wasn't thinking little-endian ;-)

http://llvm.org/svn/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp

Line 380 is: out->write("oncg*402MVLL", 12);

It should be: out->write("oncg*204MVLL", 12);

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