]> granicus.if.org Git - clang/commit
Add flags for additional control over coverage generation. Pick the version
authorNick Lewycky <nicholas@mxc.ca>
Thu, 7 Mar 2013 08:28:53 +0000 (08:28 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 7 Mar 2013 08:28:53 +0000 (08:28 +0000)
commit0f815f1f91e5cf0726fd8296445038fec3bed80b
treeedf1781fad51e0e2894370c40ac62d75c015511e
parent018e9aa033ff7363797c62fc3b14669d0558284b
Add flags for additional control over coverage generation. Pick the version
string to be emitted, and two properties about the files themselves.

Use $PWD to absolut-ify the path to the coverage file. Yes, this is what GCC
does. Reverts my own r175706.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176617 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp