[PATCH] [clang] PR21195: Emit .gcno files to the proper location.

Dan Albert danalbert at google.com
Wed Oct 8 23:18:27 PDT 2014


I've added a test with a relative -o path, but there's still some of
uncovered ground here. For example, I can't verify that the default case
emits the .gcno file to the CWD rather than the directory of the source
file (which was a bug I did have at first) since it's an absolute path by
the time is reaches FileCheck, and afaik there's no way to tell FileCheck
what the CWD is.

On Wed, Oct 8, 2014 at 11:15 PM, Dan Albert <danalbert at google.com> wrote:

> Add an additional test with a relative -o path.
>
> http://reviews.llvm.org/D5697
>
> Files:
>   lib/Driver/Tools.cpp
>   test/Driver/clang_f_opts.c
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141008/5dc5747a/attachment.html>


More information about the cfe-commits mailing list