OSDN Git Service

Add llvm-modextract tool.
[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-diff
30  llvm-dis
31  llvm-dwarfdump
32  llvm-dwp
33  llvm-extract
34  llvm-jitlistener
35  llvm-link
36  llvm-lto
37  llvm-mc
38  llvm-mcmarkup
39  llvm-modextract
40  llvm-nm
41  llvm-objdump
42  llvm-pdbdump
43  llvm-profdata
44  llvm-rtdyld
45  llvm-size
46  llvm-split
47  opt
48  verify-uselistorder
49
50 [component_0]
51 type = Group
52 name = Tools
53 parent = $ROOT