blob: 838624b02a0bd5a6a38a39a712c00431bb6fbc65 [file] [log] [blame]
Daniel Dunbarbf9bba42011-11-03 18:53:17 +00001;===- ./lib/LLVMBuild.txt --------------------------------------*- Conf -*--===;
2;
Chandler Carruth2946cd72019-01-19 08:50:56 +00003; 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
Daniel Dunbarbf9bba42011-11-03 18:53:17 +00006;
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
Daniel Dunbar8889bb02011-12-12 22:45:54 +000017[common]
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000018subdirectories =
19 Analysis
20 AsmParser
21 Bitcode
22 CodeGen
23 DebugInfo
Rafael Espindolab940b662016-09-06 19:16:48 +000024 Demangle
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000025 ExecutionEngine
Justin Bogner7d449d32017-08-21 22:57:06 +000026 FuzzMutate
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000027 LineEditor
28 Linker
29 IR
30 IRReader
31 LTO
32 MC
Clement Courbetcc5e6a72018-12-17 08:08:31 +000033 MCA
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000034 Object
Zachary Turner264b5d92017-06-07 03:48:56 +000035 BinaryFormat
Rafael Espindola889e4562016-03-01 21:29:33 +000036 ObjectYAML
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000037 Option
Francis Visoiu Mistrih2e76cab2018-10-10 18:43:42 +000038 OptRemarks
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000039 Passes
40 ProfileData
41 Support
42 TableGen
Armando Montanez1e4b3702018-12-03 19:30:52 +000043 TextAPI
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000044 Target
Zachary Turnercb30e702017-06-14 16:41:50 +000045 Testing
Peter Collingbournec6f07c42017-05-13 22:06:46 +000046 ToolDrivers
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000047 Transforms
Eric Beckmann36be14c2017-07-26 01:21:55 +000048 WindowsManifest
Dean Michael Berrisf578aaa2018-09-24 05:28:01 +000049 XRay
Daniel Dunbar8889bb02011-12-12 22:45:54 +000050
Daniel Dunbarbf9bba42011-11-03 18:53:17 +000051[component_0]
52type = Group
53name = Libraries
54parent = $ROOT