On 8 October 2014 23:29, Dan Albert <[email protected]> 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 >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
