<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:akshaykumars614@gmail.com" title="Akshay kumar S <akshaykumars614@gmail.com>"> <span class="fn">Akshay kumar S</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - clang's coverage mapping uses absolute paths instead of relative paths"
href="https://bugs.llvm.org/show_bug.cgi?id=43614">bug 43614</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>akshaykumars614@gmail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - clang's coverage mapping uses absolute paths instead of relative paths"
href="https://bugs.llvm.org/show_bug.cgi?id=43614#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - clang's coverage mapping uses absolute paths instead of relative paths"
href="https://bugs.llvm.org/show_bug.cgi?id=43614">bug 43614</a>
from <span class="vcard"><a class="email" href="mailto:akshaykumars614@gmail.com" title="Akshay kumar S <akshaykumars614@gmail.com>"> <span class="fn">Akshay kumar S</span></a>
</span></b>
<pre>I used command
%aclang++ -fcoverage-mapping -fprofile-instr-generate
-fcoverage-compilation-dir=. ../llcov_test/foo.cpp -o foo &&
LLVM_PROFILE_FILE="foo.profraw" ./foo && llvm-profdata merge -sparse
foo.profraw -o foo.profdata && llvm-cov report ./foo
-instr-profile=foo.profdata
to generate code coverage with relative path in the compiler output. and got
the result containing relative path. I think this what you were asking for.
Please correct me if I am wrong.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>