Regen src.conf.5 after r329093, WITH_/WITHOUT_LLVM_COV
This commit is contained in:
parent
1b49115a40
commit
5b9c365429
@ -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 GNU binutils ld.
|
||||
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user