blob: a1993314e36906894822676b6b6ec68161ad675a [file] [log] [blame]
Peter Collingbournecc488542013-09-24 23:52:22 +00001;===- ./lib/LTO/LLVMBuild.txt ----------------------------------*- Conf -*--===;
2;
3; The LLVM Compiler Infrastructure
4;
5; This file is distributed under the University of Illinois Open Source
6; License. See LICENSE.TXT for details.
7;
8;===------------------------------------------------------------------------===;
9;
10; This is an LLVMBuild description file for the components in this subdirectory.
11;
12; For more information on the LLVMBuild system, please see:
13;
14; http://llvm.org/docs/LLVMBuild.html
15;
16;===------------------------------------------------------------------------===;
17
18[component_0]
19type = Library
20name = LTO
21parent = Libraries
Douglas Katzmanf52f0432015-06-12 18:44:57 +000022required_libraries =
Amjad Aboudc6483fb2018-01-25 12:06:32 +000023 AggressiveInstCombine
Douglas Katzmanf52f0432015-06-12 18:44:57 +000024 Analysis
25 BitReader
26 BitWriter
27 CodeGen
28 Core
Douglas Katzmanf52f0432015-06-12 18:44:57 +000029 IPO
30 InstCombine
31 Linker
32 MC
33 ObjCARC
34 Object
Davide Italianofab897d2016-09-07 17:46:16 +000035 Passes
Douglas Katzmanf52f0432015-06-12 18:44:57 +000036 Scalar
37 Support
38 Target
Teresa Johnson2d320e52016-08-11 14:58:12 +000039 TransformUtils