summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 00:50:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 00:50:07 +0000
commitaffc6cf9d2b2b74532ce82027ac4524d1e29a658 (patch)
tree8b9c79b44e624f8066d82f2fc6fe24d77d9d2d39 /lib/Target/CppBackend
parentb4eaee7a4407a73d95b042b08523e9ace577e2a1 (diff)
downloadllvm-affc6cf9d2b2b74532ce82027ac4524d1e29a658.tar.gz
llvm-affc6cf9d2b2b74532ce82027ac4524d1e29a658.tar.bz2
llvm-affc6cf9d2b2b74532ce82027ac4524d1e29a658.tar.xz
llvm-build: Add --native-target and --enable-targets options, and add logic to
handle defining the "magic" target related components (like native, nativecodegen, and engine). - We still require these components to be in the project (currently in lib/Target) so that we have a place to document them and hopefully make it more obvious that they are "magic". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CppBackend')
-rw-r--r--lib/Target/CppBackend/LLVMBuild.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CppBackend/LLVMBuild.txt b/lib/Target/CppBackend/LLVMBuild.txt
index 79ad4c1f54..77e31c7af0 100644
--- a/lib/Target/CppBackend/LLVMBuild.txt
+++ b/lib/Target/CppBackend/LLVMBuild.txt
@@ -19,7 +19,6 @@
type = TargetGroup
name = CppBackend
parent = Target
-add_to_library_groups = all-targets
[component_1]
type = Library