svn commit: r347399 - projects/runtime-coverage-v2/share/mk

Enji Cooper ngie at FreeBSD.org
Thu May 9 17:34:45 UTC 2019


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.
 #


More information about the svn-src-projects mailing list