svn commit: r324905 - projects/runtime-coverage
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 23 07:02:57 UTC 2017
Author: ngie
Date: Mon Oct 23 07:02:55 2017
New Revision: 324905
URL: https://svnweb.freebsd.org/changeset/base/324905
Log:
Use MK_CLANG instead -_-
Modified:
projects/runtime-coverage/Makefile.inc1
Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1 Mon Oct 23 06:31:00 2017 (r324904)
+++ projects/runtime-coverage/Makefile.inc1 Mon Oct 23 07:02:55 2017 (r324905)
@@ -2258,10 +2258,10 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
# for world to have runtime coverage instrumentation.
#
.if ${MK_COVERAGE} != "no"
-.if ${COMPILER_TYPE} == clang
+.if ${MK_CLANG} != "no"
_prereq_libs+= lib/libclang_rt/profile
.else
-.error "Runtime coverage isn't supported with ${COMPILER_TYPE}"
+.error "Runtime coverage is only supported with clang"
.endif
.endif
More information about the svn-src-projects
mailing list