[PATCH] llvm-cov: Support for big-endianness

Yuchen Wu yuchenericwu at hotmail.com
Thu Dec 19 14:28:29 PST 2013


I split this up into two parts. The first part contains patches for llvm and compiler-rt and it changes the gcno and gcda format to be consistently written as ints whenever possible instead of a combination of ints and char arrays.

The second part is the support for different endiannesses. This will hopefully make it easier to see what is actually needed for byte-swapping. 		 	   		  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-llvm-cov-Write-ints-instead-of-chars-to-gcno-files.patch
Type: application/octet-stream
Size: 13573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131219/03483a85/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-compiler-rt-Write-ints-instead-of-chars-to-gcda-file.patch
Type: application/octet-stream
Size: 3797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131219/03483a85/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-llvm-cov-Support-for-big-endianness.patch
Type: application/octet-stream
Size: 4232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131219/03483a85/attachment-0002.obj>


More information about the llvm-commits mailing list