Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 1 | ;===- ./lib/LLVMBuild.txt --------------------------------------*- Conf -*--===; |
| 2 | ; |
Chandler Carruth | 2946cd7 | 2019-01-19 08:50:56 +0000 | [diff] [blame] | 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 |
Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 6 | ; |
| 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 Dunbar | 8889bb0 | 2011-12-12 22:45:54 +0000 | [diff] [blame] | 17 | [common] |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 18 | subdirectories = |
| 19 | Analysis |
| 20 | AsmParser |
| 21 | Bitcode |
| 22 | CodeGen |
| 23 | DebugInfo |
Rafael Espindola | b940b66 | 2016-09-06 19:16:48 +0000 | [diff] [blame] | 24 | Demangle |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 25 | ExecutionEngine |
Justin Bogner | 7d449d3 | 2017-08-21 22:57:06 +0000 | [diff] [blame] | 26 | FuzzMutate |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 27 | LineEditor |
| 28 | Linker |
| 29 | IR |
| 30 | IRReader |
| 31 | LTO |
| 32 | MC |
Clement Courbet | cc5e6a7 | 2018-12-17 08:08:31 +0000 | [diff] [blame] | 33 | MCA |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 34 | Object |
Zachary Turner | 264b5d9 | 2017-06-07 03:48:56 +0000 | [diff] [blame] | 35 | BinaryFormat |
Rafael Espindola | 889e456 | 2016-03-01 21:29:33 +0000 | [diff] [blame] | 36 | ObjectYAML |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 37 | Option |
Francis Visoiu Mistrih | 2e76cab | 2018-10-10 18:43:42 +0000 | [diff] [blame] | 38 | OptRemarks |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 39 | Passes |
| 40 | ProfileData |
| 41 | Support |
| 42 | TableGen |
Armando Montanez | 1e4b370 | 2018-12-03 19:30:52 +0000 | [diff] [blame] | 43 | TextAPI |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 44 | Target |
Zachary Turner | cb30e70 | 2017-06-14 16:41:50 +0000 | [diff] [blame] | 45 | Testing |
Peter Collingbourne | c6f07c4 | 2017-05-13 22:06:46 +0000 | [diff] [blame] | 46 | ToolDrivers |
Douglas Katzman | 8f01f1c | 2015-06-12 18:44:57 +0000 | [diff] [blame] | 47 | Transforms |
Eric Beckmann | 36be14c | 2017-07-26 01:21:55 +0000 | [diff] [blame] | 48 | WindowsManifest |
Dean Michael Berris | f578aaa | 2018-09-24 05:28:01 +0000 | [diff] [blame] | 49 | XRay |
Daniel Dunbar | 8889bb0 | 2011-12-12 22:45:54 +0000 | [diff] [blame] | 50 | |
Daniel Dunbar | bf9bba4 | 2011-11-03 18:53:17 +0000 | [diff] [blame] | 51 | [component_0] |
| 52 | type = Group |
| 53 | name = Libraries |
| 54 | parent = $ROOT |