summaryrefslogtreecommitdiff
path: root/lib/Target/LLVMBuild.txt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 01:16:48 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 01:16:48 +0000
commit83337302595a6b85523be8522c2b6105c8e159d1 (patch)
treed58b00e93760561884cfbc9f454117811f0e1101 /lib/Target/LLVMBuild.txt
parentaffc6cf9d2b2b74532ce82027ac4524d1e29a658 (diff)
downloadllvm-83337302595a6b85523be8522c2b6105c8e159d1.tar.gz
llvm-83337302595a6b85523be8522c2b6105c8e159d1.tar.bz2
llvm-83337302595a6b85523be8522c2b6105c8e159d1.tar.xz
build/Make & CMake: Pass the appropriate --native-target and --enable-targets
options to llvm-build, so the all-targets etc. components are defined properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/LLVMBuild.txt')
-rw-r--r--lib/Target/LLVMBuild.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt
index 09dadd6b1e..60f5230208 100644
--- a/lib/Target/LLVMBuild.txt
+++ b/lib/Target/LLVMBuild.txt
@@ -21,8 +21,9 @@ name = Target
parent = Libraries
required_libraries = Core MC Support
-; This is a convenient group we define (and expect targets to add to) which
-; makes it easy for tools to include every target.
+; This is a special group whose required libraries are extended (by llvm-build)
+; with every built target, which makes it easy for tools to include every
+; target.
[component_1]
type = LibraryGroup
name = all-targets