mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00:00
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:
parent
47b92f3d83
commit
f779757ceb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user