summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/LLVMBuild.txt
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
commit82219ad4dc10d0ba49bb5681ce4b4718ab816a87 (patch)
treed8420a7f34929b47063db2ed98f1411345cfb3f5 /llvm/lib/Target/PowerPC/LLVMBuild.txt
parentc83a459937400e4fc4c6a033a0b62a4f3a3a668b (diff)
downloadbcm5719-llvm-82219ad4dc10d0ba49bb5681ce4b4718ab816a87.tar.gz
bcm5719-llvm-82219ad4dc10d0ba49bb5681ce4b4718ab816a87.zip
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). llvm-svn: 144250
Diffstat (limited to 'llvm/lib/Target/PowerPC/LLVMBuild.txt')
-rw-r--r--llvm/lib/Target/PowerPC/LLVMBuild.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/LLVMBuild.txt b/llvm/lib/Target/PowerPC/LLVMBuild.txt
index 4a93587bdc7..3c439f37738 100644
--- a/llvm/lib/Target/PowerPC/LLVMBuild.txt
+++ b/llvm/lib/Target/PowerPC/LLVMBuild.txt
@@ -16,10 +16,11 @@
;===------------------------------------------------------------------------===;
[component_0]
-type = LibraryGroup
+type = TargetGroup
name = PowerPC
parent = Target
add_to_library_groups = all-targets
+has_jit = 1
[component_1]
type = Library
OpenPOWER on IntegriCloud