Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 20:59:41 +0000 (20:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 20:59:41 +0000 (20:59 +0000)
commit55a07b20cda3a7acb263ceb9ac97dd36ea664692
tree97e8a9b415086a088382c3226c47ed1f25837eab
parent14ea1ec2324cb595f2e035bbf54ddcd483f17c11
Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration.
 - Required some extra makefile tweaks to introduce a new flag var
   which only goes to compile/link tools but not the relink step,
   otherwise we get a copy of libgcov in the relinked .o files.

 - No configure magic for this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66945 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules