summaryrefslogtreecommitdiff
path: root/lib/Target/LLVMBuild.txt
blob: 073a76a0f1a0aa205f27ef6ffb6ac8c5bf5d5cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
;===- ./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
;
;===------------------------------------------------------------------------===;

[component_0]
type = Library
name = Target
parent = Libraries
required_libraries = Core MC Support

[component_1]
type = LibraryGroup
name = all-targets
parent = Libraries

[component_2]
type = LibraryGroup
name = native
parent = Libraries
required_libraries = X86

[component_3]
type = LibraryGroup
name = nativecodegen
parent = Libraries
required_libraries = X86CodeGen