summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/regionMarkers.proftext
Commit message (Collapse)AuthorAgeFilesLines
* InstrProf: Fix display of large numbers in llvm-covJustin Bogner2015-05-131-3/+3
| | | | | | | | llvm-cov was truncating numbers that were larger than a particular fixed width, which is as confusing as it is useless. Instead, we use engineering notation with SI prefix for magnitude. llvm-svn: 237307
* InstrProf: Use the proftext format for these coverage testsJustin Bogner2015-03-091-0/+8
This format's easier to understand and update by hand. llvm-svn: 231686
OpenPOWER on IntegriCloud