Target/LLVMBuild: Order components alphabetically.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144415 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2011-11-11 22:59:16 +00:00
parent 47b92f3d83
commit f779757ceb

View File

@ -15,7 +15,30 @@
;
;===------------------------------------------------------------------------===;
; This is a special group whose required libraries are extended (by llvm-build)
; with the best execution engine (the native JIT, if available, or the
; interpreter).
[component_0]
type = LibraryGroup
name = Engine
parent = Libraries
; This is a special group whose required libraries are extended (by llvm-build)
; with the configured native target, if any.
[component_1]
type = LibraryGroup
name = Native
parent = Libraries
; This is a special group whose required libraries are extended (by llvm-build)
; with the configured native code generator, if any.
[component_2]
type = LibraryGroup
name = NativeCodeGen
parent = Libraries
; The component for the actual target library itself.
[component_3]
type = Library
name = Target
parent = Libraries
@ -24,30 +47,7 @@ required_libraries = Core MC Support
; This is a special group whose required libraries are extended (by llvm-build)
; with every built target, which makes it easy for tools to include every
; target.
[component_1]
[component_4]
type = LibraryGroup
name = all-targets
parent = Libraries
; This is a special group whose required libraries are extended (by llvm-build)
; with the configured native target, if any.
[component_2]
type = LibraryGroup
name = Native
parent = Libraries
; This is a special group whose required libraries are extended (by llvm-build)
; with the configured native code generator, if any.
[component_3]
type = LibraryGroup
name = NativeCodeGen
parent = Libraries
; This is a special group whose required libraries are extended (by llvm-build)
; with the best execution engine (the native JIT, if available, or the
; interpreter).
[component_4]
type = LibraryGroup
name = Engine
parent = Libraries