diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 00:49:51 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 00:49:51 +0000 |
commit | 82219ad4dc10d0ba49bb5681ce4b4718ab816a87 (patch) | |
tree | d8420a7f34929b47063db2ed98f1411345cfb3f5 /llvm/lib/Target/PowerPC/LLVMBuild.txt | |
parent | c83a459937400e4fc4c6a033a0b62a4f3a3a668b (diff) | |
download | bcm5719-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.txt | 3 |
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 |