summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 00:49:51 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 00:49:51 +0000
commitc352caf168094c83f05a8010ca14c2e643dbf618 (patch)
tree5493f3b1c5171f126086d932df15539b37f77ef3 /lib/Target/CppBackend
parent1e5b24330b11fb2631c7bc2892ba6364309fe385 (diff)
downloadllvm-c352caf168094c83f05a8010ca14c2e643dbf618.tar.gz
llvm-c352caf168094c83f05a8010ca14c2e643dbf618.tar.bz2
llvm-c352caf168094c83f05a8010ca14c2e643dbf618.tar.xz
llvm-build: Add an explicit component type to represent targets.
- Gives us a place to hang target specific metadata (like whether the target has a JIT). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CppBackend')
-rw-r--r--lib/Target/CppBackend/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CppBackend/LLVMBuild.txt b/lib/Target/CppBackend/LLVMBuild.txt
index 9602f57f9e..447795f3b8 100644
--- a/lib/Target/CppBackend/LLVMBuild.txt
+++ b/lib/Target/CppBackend/LLVMBuild.txt
@@ -16,7 +16,7 @@
;===------------------------------------------------------------------------===;
[component_0]
-type = LibraryGroup
+type = TargetGroup
name = CppBackend
parent = Target
add_to_library_groups = all-targets