[test] Remove a needless declaration of REQUIRES: target-windows
[llvm-core.git] / lib / LLVMBuild.txt
blob4c039176267c331d5e77939dccc456d71230f61d
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  Bitstream
23  CodeGen
24  DebugInfo
25  Demangle
26  ExecutionEngine
27  FuzzMutate
28  LineEditor
29  Linker
30  IR
31  IRReader
32  LTO
33  MC
34  MCA
35  Object
36  BinaryFormat
37  ObjectYAML
38  Option
39  Remarks
40  Passes
41  ProfileData
42  Support
43  TableGen
44  TextAPI
45  Target
46  Testing
47  ToolDrivers
48  Transforms
49  WindowsManifest
50  XRay
52 [component_0]
53 type = Group
54 name = Libraries
55 parent = $ROOT