]> granicus.if.org Git - clang/commit
When given one of the applicable coverage flags, try to link against
authorNick Lewycky <nicholas@mxc.ca>
Tue, 24 May 2011 21:54:59 +0000 (21:54 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 24 May 2011 21:54:59 +0000 (21:54 +0000)
commit2e95a6d7d0b5aed39747875d7474c27824f7319f
treeb126d954dc4655d259f60a267612dde8b153b980
parent29c9e62f412c9db3ee238db2472390685a6303f3
When given one of the applicable coverage flags, try to link against
libprofile_rt.a. On Darwin, don't try to link -lgcov.

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