[LV] Pull creation of trip counts into a helper function.
[llvm-core.git] / tools / LLVMBuild.txt
blob13f47e3b59cee58589b743e63bbd89317e6dd463
1 ;===- ./tools/LLVMBuild.txt ------------------------------------*- Conf -*--===;
3 ;                     The LLVM Compiler Infrastructure
5 ; This file is distributed under the University of Illinois Open Source
6 ; License. See LICENSE.TXT for details.
8 ;===------------------------------------------------------------------------===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ;   http://llvm.org/docs/LLVMBuild.html
16 ;===------------------------------------------------------------------------===;
18 [common]
19 subdirectories =
20  bugpoint
21  dsymutil
22  llc
23  lli
24  llvm-ar
25  llvm-as
26  llvm-bcanalyzer
27  llvm-cov
28  llvm-diff
29  llvm-dis
30  llvm-dwarfdump
31  llvm-extract
32  llvm-jitlistener
33  llvm-link
34  llvm-lto
35  llvm-mc
36  llvm-mcmarkup
37  llvm-nm
38  llvm-objdump
39  llvm-pdbdump
40  llvm-profdata
41  llvm-rtdyld
42  llvm-size
43  llvm-split
44  macho-dump
45  opt
46  verify-uselistorder
48 [component_0]
49 type = Group
50 name = Tools
51 parent = $ROOT