]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/LLVMBuild.txt
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.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-elfabi
36  llvm-exegesis
37  llvm-extract
38  llvm-jitlistener
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