2011-11-03 18:53:17 +00:00
|
|
|
;===- ./lib/Target/LLVMBuild.txt -------------------------------*- Conf -*--===;
|
|
|
|
;
|
|
|
|
; The LLVM Compiler Infrastructure
|
|
|
|
;
|
|
|
|
; This file is distributed under the University of Illinois Open Source
|
|
|
|
; License. See LICENSE.TXT for details.
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
;
|
|
|
|
; This is an LLVMBuild description file for the components in this subdirectory.
|
|
|
|
;
|
|
|
|
; For more information on the LLVMBuild system, please see:
|
|
|
|
;
|
|
|
|
; http://llvm.org/docs/LLVMBuild.html
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
2011-11-10 01:16:48 +00:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
2011-11-11 22:59:16 +00:00
|
|
|
; with the best execution engine (the native JIT, if available, or the
|
|
|
|
; interpreter).
|
|
|
|
[component_0]
|
2011-11-03 18:53:17 +00:00
|
|
|
type = LibraryGroup
|
2011-11-11 22:59:16 +00:00
|
|
|
name = Engine
|
2011-11-03 18:53:17 +00:00
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-10 00:50:07 +00:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
|
|
|
; with the configured native target, if any.
|
2011-11-11 22:59:16 +00:00
|
|
|
[component_1]
|
2011-11-03 18:53:17 +00:00
|
|
|
type = LibraryGroup
|
2011-11-10 00:50:07 +00:00
|
|
|
name = Native
|
2011-11-03 18:53:17 +00:00
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-10 00:50:07 +00:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
|
|
|
; with the configured native code generator, if any.
|
2011-11-11 22:59:16 +00:00
|
|
|
[component_2]
|
2011-11-03 18:53:17 +00:00
|
|
|
type = LibraryGroup
|
2011-11-10 00:50:07 +00:00
|
|
|
name = NativeCodeGen
|
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-11 22:59:16 +00:00
|
|
|
; The component for the actual target library itself.
|
|
|
|
[component_3]
|
|
|
|
type = Library
|
|
|
|
name = Target
|
|
|
|
parent = Libraries
|
|
|
|
required_libraries = Core MC Support
|
|
|
|
|
2011-11-10 00:50:07 +00:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
2011-11-11 22:59:16 +00:00
|
|
|
; with every built target, which makes it easy for tools to include every
|
|
|
|
; target.
|
2011-11-10 00:50:07 +00:00
|
|
|
[component_4]
|
|
|
|
type = LibraryGroup
|
2011-11-11 22:59:16 +00:00
|
|
|
name = all-targets
|
2011-11-03 18:53:17 +00:00
|
|
|
parent = Libraries
|