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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs