blob: 61e053cac48a70e359dd299be00cc1e73a7e6e26 [file] [log] [blame]
Daniel Dunbara3a2dfd2011-11-03 18:53:17 +00001;===- ./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
Daniel Dunbarb0c594f2011-12-12 22:45:54 +000018[common]
Douglas Katzmanf52f0432015-06-12 18:44:57 +000019subdirectories =
20 bugpoint
21 dsymutil
22 llc
23 lli
24 llvm-ar
25 llvm-as
26 llvm-bcanalyzer
Peter Collingbournee6480e22016-11-29 20:43:47 +000027 llvm-cat
Vlad Tsyrklevichbbb32802017-09-20 20:38:14 +000028 llvm-cfi-verify
Douglas Katzmanf52f0432015-06-12 18:44:57 +000029 llvm-cov
Zachary Turner35e19622017-04-21 17:37:31 +000030 llvm-cvtres
Douglas Katzmanf52f0432015-06-12 18:44:57 +000031 llvm-diff
32 llvm-dis
33 llvm-dwarfdump
David Blaikie62918042015-12-01 00:48:34 +000034 llvm-dwp
Armando Montanez18952b82019-01-03 18:32:36 +000035 llvm-elfabi
Clement Courbetfd68be22018-04-04 11:37:06 +000036 llvm-exegesis
Douglas Katzmanf52f0432015-06-12 18:44:57 +000037 llvm-extract
38 llvm-jitlistener
39 llvm-link
40 llvm-lto
41 llvm-mc
Andrea Di Biagio29b29cc2018-03-08 13:05:02 +000042 llvm-mca
Peter Collingbournec67ca172016-11-29 21:54:33 +000043 llvm-modextract
Eric Beckmannc1527442017-07-20 21:42:04 +000044 llvm-mt
Douglas Katzmanf52f0432015-06-12 18:44:57 +000045 llvm-nm
Petr Hoseke5551a72017-08-01 00:33:58 +000046 llvm-objcopy
Douglas Katzmanf52f0432015-06-12 18:44:57 +000047 llvm-objdump
Zachary Turnercfb13562017-06-09 20:46:17 +000048 llvm-pdbutil
Douglas Katzmanf52f0432015-06-12 18:44:57 +000049 llvm-profdata
Marek Sokolowskic6f54fe2017-07-25 00:25:18 +000050 llvm-rc
Douglas Katzmanf52f0432015-06-12 18:44:57 +000051 llvm-rtdyld
52 llvm-size
Peter Collingbournec1e784c2015-08-21 02:48:20 +000053 llvm-split
Zachary Turner42e40ea2018-07-20 17:27:48 +000054 llvm-undname
Douglas Katzmanf52f0432015-06-12 18:44:57 +000055 opt
56 verify-uselistorder
Daniel Dunbarb0c594f2011-12-12 22:45:54 +000057
Daniel Dunbara3a2dfd2011-11-03 18:53:17 +000058[component_0]
59type = Group
60name = Tools
61parent = $ROOT