svn commit: r325141 - projects/runtime-coverage
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 30 09:04:59 UTC 2017
Author: ngie
Date: Mon Oct 30 09:04:57 2017
New Revision: 325141
URL: https://svnweb.freebsd.org/changeset/base/325141
Log:
Remove the WMAKEENV forcing of MK_COVERAGE to no
We'll see if this changes my debugging output any
Modified:
projects/runtime-coverage/Makefile.inc1
Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1 Mon Oct 30 09:01:52 2017 (r325140)
+++ projects/runtime-coverage/Makefile.inc1 Mon Oct 30 09:04:57 2017 (r325141)
@@ -2288,12 +2288,7 @@ _coverage_libs+= lib/libclang_rt/profile
.else
.endif
.endif
-.if empty(_coverage_libs)
-# XXX(ngie): force MK_COVERAGE off since the compiler we're working with (at
-# whatever stage we're at) obviously doesn't support --coverage support per
-# src.opts.mk's minimum requirements.
-WMAKEENV+= MK_COVERAGE=no
-.else
+.if !empty(_coverage_libs)
_prereq_libs+= ${_coverage_libs}
.endif
More information about the svn-src-projects
mailing list