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/Sparc | |
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/Sparc')
-rw-r--r-- | llvm/lib/Target/Sparc/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/LLVMBuild.txt b/llvm/lib/Target/Sparc/LLVMBuild.txt index 21cd91fa0b8..f59cc2eec42 100644 --- a/llvm/lib/Target/Sparc/LLVMBuild.txt +++ b/llvm/lib/Target/Sparc/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [component_0] -type = LibraryGroup +type = TargetGroup name = Sparc parent = Target add_to_library_groups = all-targets |