[Pass Pipeline][NFC] Add a test prior to committing D61726
[llvm-core.git] / lib / LLVMBuild.txt
blob3b5e71d6ef1de11127a8a693fef49cbbd5c03ff5
1 ;===- ./lib/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  Analysis
20  AsmParser
21  Bitcode
22  CodeGen
23  DebugInfo
24  Demangle
25  ExecutionEngine
26  FuzzMutate
27  LineEditor
28  Linker
29  IR
30  IRReader
31  LTO
32  MC
33  MCA
34  Object
35  BinaryFormat
36  ObjectYAML
37  Option
38  Remarks
39  Passes
40  ProfileData
41  Support
42  TableGen
43  TextAPI
44  Target
45  Testing
46  ToolDrivers
47  Transforms
48  WindowsManifest
49  XRay
51 [component_0]
52 type = Group
53 name = Libraries
54 parent = $ROOT