Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2019 17:34:44 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r347399 - projects/runtime-coverage-v2/share/mk
Message-ID:  <201905091734.x49HYiGT051388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu May  9 17:34:44 2019
New Revision: 347399
URL: https://svnweb.freebsd.org/changeset/base/347399

Log:
  Document COMPILER_FEATURES:Mcoverage in the comment header

Modified:
  projects/runtime-coverage-v2/share/mk/bsd.compiler.mk

Modified: projects/runtime-coverage-v2/share/mk/bsd.compiler.mk
==============================================================================
--- projects/runtime-coverage-v2/share/mk/bsd.compiler.mk	Thu May  9 17:19:42 2019	(r347398)
+++ projects/runtime-coverage-v2/share/mk/bsd.compiler.mk	Thu May  9 17:34:44 2019	(r347399)
@@ -20,6 +20,7 @@
 # compiler support for that feature:
 #
 # - c++11:     supports full (or nearly full) C++11 programming environment.
+# - coverage:  supports runtime coverage via the `--coverage` flag.
 # - retpoline: supports the retpoline speculative execution vulnerability
 #              mitigation.
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905091734.x49HYiGT051388>