Skip to content

Commit

Permalink
Push users towards LLVM_TARGET_ALL.
Browse files Browse the repository at this point in the history
MFC after:	1 week
  • Loading branch information
bdrewery committed Jun 27, 2018
1 parent fd8c7dd commit b1324a4
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build/options/WITHOUT_LLVM_TARGET_AARCH64
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITHOUT_LLVM_TARGET_ARM
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITHOUT_LLVM_TARGET_MIPS
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITHOUT_LLVM_TARGET_POWERPC
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITHOUT_LLVM_TARGET_SPARC
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITHOUT_LLVM_TARGET_X86
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITH_LLVM_TARGET_AARCH64
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITH_LLVM_TARGET_ARM
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITH_LLVM_TARGET_MIPS
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITH_LLVM_TARGET_POWERPC
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITH_LLVM_TARGET_SPARC
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions tools/build/options/WITH_LLVM_TARGET_X86
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b1324a4

Please sign in to comment.