2013-09-25 01:52:22 +02:00
|
|
|
;===- ./lib/LTO/LLVMBuild.txt ----------------------------------*- Conf -*--===;
|
|
|
|
;
|
2019-01-19 09:50:56 +01:00
|
|
|
; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
; See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2013-09-25 01:52:22 +02:00
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
;
|
|
|
|
; This is an LLVMBuild description file for the components in this subdirectory.
|
|
|
|
;
|
|
|
|
; For more information on the LLVMBuild system, please see:
|
|
|
|
;
|
|
|
|
; http://llvm.org/docs/LLVMBuild.html
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
|
|
|
[component_0]
|
|
|
|
type = Library
|
|
|
|
name = LTO
|
|
|
|
parent = Libraries
|
2015-06-12 20:44:57 +02:00
|
|
|
required_libraries =
|
2018-01-25 13:06:32 +01:00
|
|
|
AggressiveInstCombine
|
2015-06-12 20:44:57 +02:00
|
|
|
Analysis
|
2020-02-29 00:49:28 +01:00
|
|
|
BinaryFormat
|
2015-06-12 20:44:57 +02:00
|
|
|
BitReader
|
|
|
|
BitWriter
|
|
|
|
CodeGen
|
|
|
|
Core
|
2020-04-20 12:39:32 +02:00
|
|
|
Extensions
|
2015-06-12 20:44:57 +02:00
|
|
|
IPO
|
|
|
|
InstCombine
|
|
|
|
Linker
|
|
|
|
MC
|
|
|
|
ObjCARC
|
|
|
|
Object
|
2016-09-07 19:46:16 +02:00
|
|
|
Passes
|
2019-05-31 03:04:00 +02:00
|
|
|
Remarks
|
2015-06-12 20:44:57 +02:00
|
|
|
Scalar
|
|
|
|
Support
|
|
|
|
Target
|
2016-08-11 16:58:12 +02:00
|
|
|
TransformUtils
|