OSDN Git Service

[LLVM][llvm-objcopy] Added basic plumbing to get things started
[android-x86/external-llvm.git] / tools / LLVMBuild.txt
1 ;===- ./tools/LLVMBuild.txt ------------------------------------*- Conf -*--===;
2 ;
3 ;                     The LLVM Compiler Infrastructure
4 ;
5 ; This file is distributed under the University of Illinois Open Source
6 ; License. See LICENSE.TXT for details.
7 ;
8 ;===------------------------------------------------------------------------===;
9 ;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
11 ;
12 ; For more information on the LLVMBuild system, please see:
13 ;
14 ;   http://llvm.org/docs/LLVMBuild.html
15 ;
16 ;===------------------------------------------------------------------------===;
17
18 [common]
19 subdirectories =
20  bugpoint
21  dsymutil
22  llc
23  lli
24  llvm-ar
25  llvm-as
26  llvm-bcanalyzer
27  llvm-cat
28  llvm-cov
29  llvm-cvtres
30  llvm-diff
31  llvm-dis
32  llvm-dwarfdump
33  llvm-dwp
34  llvm-extract
35  llvm-jitlistener
36  llvm-link
37  llvm-lto
38  llvm-mc
39  llvm-mcmarkup
40  llvm-modextract
41  llvm-nm
42  llvm-objcopy
43  llvm-objdump
44  llvm-pdbutil
45  llvm-profdata
46  llvm-rtdyld
47  llvm-size
48  llvm-split
49  opt
50  verify-uselistorder
51
52 [component_0]
53 type = Group
54 name = Tools
55 parent = $ROOT