This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
634e320376
llvm-project
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
test_no_output.output
7 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
llvm-cov: Implement --no-output In gcov, there's a -n/--no-output option, which disables the writing of any .gcov files, so that it emits only the summary info on stdout. This implements the same behaviour in llvm-cov. llvm-svn: 208148
2014-05-07 10:11:18 +08:00
File './test.h'
Lines executed:100.00% of 1
[gcov] Sort file info before printing it The order in which GCOV file info is printed depends on the string hash function. This makes some GCOV tests brittle, because the tests must be updated whenever the hash function changes. Sort the filenames before printing out the file info to solve the problem. This should be relatively cheap. Differential Revision: https://reviews.llvm.org/D32512 llvm-svn: 301371
2017-04-26 08:16:10 +08:00
File 'test.cpp'
Lines executed:84.21% of 38