OSDN Git Service

[X86] In matchBitExtract, place all of the new nodes before Node's position in the...
[android-x86/external-llvm.git] / lib / LLVMBuild.txt
1 ;===- ./lib/LLVMBuild.txt --------------------------------------*- Conf -*--===;
2 ;
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
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
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
50
51 [component_0]
52 type = Group
53 name = Libraries
54 parent = $ROOT