[ThinLTO] Don't internalize during promotion
[llvm-core.git] / tools / LLVMBuild.txt
blob8f9aaa5349ea3ffec0bcbdbd241131f2208a647b
1 ;===- ./tools/LLVMBuild.txt ------------------------------------*- Conf -*--===;
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
7 ;===------------------------------------------------------------------------===;
9 ; This is an LLVMBuild description file for the components in this subdirectory.
11 ; For more information on the LLVMBuild system, please see:
13 ;   http://llvm.org/docs/LLVMBuild.html
15 ;===------------------------------------------------------------------------===;
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-ifs
36  llvm-exegesis
37  llvm-extract
38  llvm-jitlistener
39  llvm-jitlink
40  llvm-link
41  llvm-lto
42  llvm-mc
43  llvm-mca
44  llvm-modextract
45  llvm-mt
46  llvm-nm
47  llvm-objcopy
48  llvm-objdump
49  llvm-pdbutil
50  llvm-profdata
51  llvm-rc
52  llvm-reduce
53  llvm-rtdyld
54  llvm-size
55  llvm-split
56  llvm-undname
57  opt
58  verify-uselistorder
60 [component_0]
61 type = Group
62 name = Tools
63 parent = $ROOT