Push users towards LLVM_TARGET_ALL.

MFC after:	1 week
This commit is contained in:
Bryan Drewery 2018-06-27 17:13:36 +00:00
parent 01f124b46f
commit a596558607
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335712
12 changed files with 36 additions and 0 deletions

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to not build LLVM target support for AArch64.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to not build LLVM target support for ARM.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to not build LLVM target support for MIPS.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to not build LLVM target support for PowerPC.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to not build LLVM target support for SPARC.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to not build LLVM target support for X86.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to build LLVM target support for AArch64.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to build LLVM target support for ARM.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to build LLVM target support for MIPS.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to build LLVM target support for PowerPC.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to build LLVM target support for SPARC.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.

View File

@ -1,2 +1,5 @@
.\" $FreeBSD$
Set to build LLVM target support for X86.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.