[PATCH] llvm-cov: Added -a option for block data.
Yuchen Wu
yuchenericwu at hotmail.com
Tue Nov 19 14:42:34 PST 2013
Also updated commit message:
llvm-cov: Added -a option for block data.
Similar to gcov, llvm-cov will now print out the block count at the end
of each block. Multiple blocks can end on the same line.
One computational difference is by using -a, llvm-cov will no longer
simply add the block counts together to form a line count. Instead, it
will take the maximum of the block counts on that line. This has a
similar effect to what gcov does, but generates more correct counts in
certain scenarios.
----------------------------------------
From: yuchenericwu at hotmail.com
To: llvm-commits at cs.uiuc.edu
Subject: RE: [PATCH] llvm-cov: Added -a option for block data.
Date: Tue, 19 Nov 2013 17:34:03 -0500
Updated.
----------------------------------------
From: yuchenericwu at hotmail.com
To: llvm-commits at cs.uiuc.edu
Subject: [PATCH] llvm-cov: Added -a option for block data.
Date: Wed, 6 Nov 2013 18:28:53 -0500
llvm-cov: Added -a option for block data.
Similar to gcov, llvm-cov will now print out the block count at the end
of each block. Multiple blocks can end on the same line.
_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list