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
This commit is contained in:
Daniel Dunbar
2011-11-10 00:49:51 +00:00
parent 1e5b24330b
commit c352caf168
15 changed files with 112 additions and 22 deletions

View File

@@ -16,10 +16,11 @@
;===------------------------------------------------------------------------===;
[component_0]
type = LibraryGroup
type = TargetGroup
name = ARM
parent = Target
add_to_library_groups = all-targets
has_jit = 1
[component_1]
type = Library