OSDN Git Service

Rename llvm-pdbdump -> llvm-pdbutil.
[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-objdump
43  llvm-pdbutil
44  llvm-profdata
45  llvm-rtdyld
46  llvm-size
47  llvm-split
48  opt
49  verify-uselistorder
50
51 [component_0]
52 type = Group
53 name = Tools
54 parent = $ROOT