OSDN Git Service

[ThinLTO] Make distributed indexes test more robust
[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-cfi-verify
29  llvm-cov
30  llvm-cvtres
31  llvm-diff
32  llvm-dis
33  llvm-dwarfdump
34  llvm-dwp
35  llvm-extract
36  llvm-jitlistener
37  llvm-link
38  llvm-lto
39  llvm-mc
40  llvm-mcmarkup
41  llvm-modextract
42  llvm-mt
43  llvm-nm
44  llvm-objcopy
45  llvm-objdump
46  llvm-pdbutil
47  llvm-profdata
48  llvm-rc
49  llvm-rtdyld
50  llvm-size
51  llvm-split
52  opt
53  verify-uselistorder
54
55 [component_0]
56 type = Group
57 name = Tools
58 parent = $ROOT