OSDN Git Service

llvm-symbolizer: Add a FRAME command.
[android-x86/external-llvm.git] / tools / LLVMBuild.txt
1 ;===- ./tools/LLVMBuild.txt ------------------------------------*- Conf -*--===;
2 ;
3 ; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 ; See https://llvm.org/LICENSE.txt for license information.
5 ; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 ;
7 ;===------------------------------------------------------------------------===;
8 ;
9 ; This is an LLVMBuild description file for the components in this subdirectory.
10 ;
11 ; For more information on the LLVMBuild system, please see:
12 ;
13 ;   http://llvm.org/docs/LLVMBuild.html
14 ;
15 ;===------------------------------------------------------------------------===;
16
17 [common]
18 subdirectories =
19  bugpoint
20  dsymutil
21  llc
22  lli
23  llvm-ar
24  llvm-as
25  llvm-bcanalyzer
26  llvm-cat
27  llvm-cfi-verify
28  llvm-cov
29  llvm-cvtres
30  llvm-diff
31  llvm-dis
32  llvm-dwarfdump
33  llvm-dwp
34  llvm-elfabi
35  llvm-exegesis
36  llvm-extract
37  llvm-jitlistener
38  llvm-jitlink
39  llvm-link
40  llvm-lto
41  llvm-mc
42  llvm-mca
43  llvm-modextract
44  llvm-mt
45  llvm-nm
46  llvm-objcopy
47  llvm-objdump
48  llvm-pdbutil
49  llvm-profdata
50  llvm-rc
51  llvm-rtdyld
52  llvm-size
53  llvm-split
54  llvm-undname
55  opt
56  verify-uselistorder
57
58 [component_0]
59 type = Group
60 name = Tools
61 parent = $ROOT