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

Nick Lewycky nlewycky at google.com
Thu Oct 9 18:13:04 PDT 2014


On 8 October 2014 23:29, Dan Albert <danalbert at google.com> wrote:

> I've added a test with a relative -o path, but there's still plenty of
> uncovered ground here. For example, I can't verify that the default case
> emits the .gcno file to the CWD (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).
>
I'm not worried about it in this case. However, since you asked, you can do
this by copying the input to FileCheck to a temp file, then "echo blah %s
blah >> temp file" or equivalent.


> 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/20141009/a6038021/attachment.html>


More information about the cfe-commits mailing list