svn commit: r329094 - head/share/man/man5

Ed Maste emaste at FreeBSD.org
Sat Feb 10 00:27:30 UTC 2018


Author: emaste
Date: Sat Feb 10 00:27:29 2018
New Revision: 329094
URL: https://svnweb.freebsd.org/changeset/base/329094

Log:
  Regen src.conf.5 after r329093, WITH_/WITHOUT_LLVM_COV

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Sat Feb 10 00:22:35 2018	(r329093)
+++ head/share/man/man5/src.conf.5	Sat Feb 10 00:27:29 2018	(r329094)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd January 12, 2018
+.Dd February 9, 2018
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -314,6 +314,8 @@ When set, it enforces these options:
 .Va WITHOUT_CLANG_EXTRAS
 .It
 .Va WITHOUT_CLANG_FULL
+.It
+.Va WITHOUT_LLVM_COV
 .El
 .It Va WITH_CLANG
 Set to build the Clang C/C++ compiler during the normal phase of the build.
@@ -463,6 +465,8 @@ When set, it enforces these options:
 .It
 .Va WITHOUT_GNUCXX
 .It
+.Va WITHOUT_LLVM_COV
+.It
 .Va WITHOUT_TESTS
 .It
 .Va WITHOUT_TESTS_SUPPORT
@@ -986,6 +990,20 @@ Set to use LLVM's LLD as the system linker, instead of
 .Pp
 This is a default setting on
 arm64/aarch64.
+.It Va WITHOUT_LLVM_COV
+Set to not build the
+.Xr llvm-cov 1
+tool.
+.Pp
+This is a default setting on
+riscv/riscv64, riscv/riscv64sf and sparc64/sparc64.
+.It Va WITH_LLVM_COV
+Set to build the
+.Xr llvm-cov 1
+tool.
+.Pp
+This is a default setting on
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpc64 and powerpc/powerpcspe.
 .It Va WITHOUT_LLVM_LIBUNWIND
 Set to use GCC's stack unwinder (instead of LLVM's libunwind).
 .Pp
@@ -1494,6 +1512,8 @@ When set, it enforces these options:
 .Va WITHOUT_LLD
 .It
 .Va WITHOUT_LLDB
+.It
+.Va WITHOUT_LLVM_COV
 .El
 .It Va WITHOUT_UNBOUND
 Set to not build


More information about the svn-src-head mailing list