]> granicus.if.org Git - clang/commit
PR21195: Emit .gcno files to the proper location.
authorDan Albert <danalbert@google.com>
Fri, 10 Oct 2014 01:01:29 +0000 (01:01 +0000)
committerDan Albert <danalbert@google.com>
Fri, 10 Oct 2014 01:01:29 +0000 (01:01 +0000)
commit11d7113ddefee6acf38c0813f6e276e32c55d6d8
tree26386eee1627bc5be46f504ff84e65f37d4b30d9
parentfb27bb07920650ca396009b4cc4e99333fc973a5
PR21195: Emit .gcno files to the proper location.

When building with coverage, -no-integrated-as, and -c, the driver was
emitting -cc1 -coverage-file pointing at a file in /tmp. Ensure the
coverage file is emitted in the same directory as the output file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/clang_f_opts.c