summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/copy_block_helper.gcno
Commit message (Collapse)AuthorAgeFilesLines
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-261-0/+0
Functions may in an instrumented binary but not in the original source when they're inserted by the compiler or the runtime. These functions aren't meaningful to the user, so teach llvm-cov to skip over them instead of crashing. llvm-svn: 204863
OpenPOWER on IntegriCloud