diff options
author | Vedant Kumar <vsk@apple.com> | 2016-10-25 00:08:33 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-10-25 00:08:33 +0000 |
commit | 5c61c703877df673b89cb98a74edeb956b94506c (patch) | |
tree | 61abedefb74f6d6d50cbb007d7c674962b373058 /llvm/test/tools/llvm-cov/native_separators.c | |
parent | 566a51d193c8c04382f391b42d2181a4b0b1cbf4 (diff) | |
download | bcm5719-llvm-5c61c703877df673b89cb98a74edeb956b94506c.tar.gz bcm5719-llvm-5c61c703877df673b89cb98a74edeb956b94506c.zip |
[llvm-cov] Do not print out the filename of the object file
When we load coverage data from multiple objects, we don't have a way to
attribute a source object to a function record. Printing out the object
filename next to the source filename is already not very useful: soon,
it'll actually become misleading. Stop printing out the filename now.
llvm-svn: 285043
Diffstat (limited to 'llvm/test/tools/llvm-cov/native_separators.c')
-rw-r--r-- | llvm/test/tools/llvm-cov/native_separators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/native_separators.c b/llvm/test/tools/llvm-cov/native_separators.c index 3db888689c4..adc167bf3d7 100644 --- a/llvm/test/tools/llvm-cov/native_separators.c +++ b/llvm/test/tools/llvm-cov/native_separators.c @@ -15,6 +15,6 @@ // TEXT-INDEX: \tmp\native_separators.c // HTML-INDEX: >tmp\native_separators.c</a> -// HTML: <pre>\tmp\native_separators.c (Binary: native_separators.covmapping)</pre> +// HTML: <pre>\tmp\native_separators.c</pre> int main() {} |