2013-09-25 01:52:22 +02:00
|
|
|
;===- ./lib/LTO/LLVMBuild.txt ----------------------------------*- Conf -*--===;
|
|
|
|
;
|
|
|
|
; The LLVM Compiler Infrastructure
|
|
|
|
;
|
|
|
|
; This file is distributed under the University of Illinois Open Source
|
|
|
|
; License. See LICENSE.TXT for details.
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
;
|
|
|
|
; 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
|
|
|
|
BitReader
|
|
|
|
BitWriter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
IPO
|
|
|
|
InstCombine
|
|
|
|
Linker
|
|
|
|
MC
|
|
|
|
ObjCARC
|
|
|
|
Object
|
2016-09-07 19:46:16 +02:00
|
|
|
Passes
|
2015-06-12 20:44:57 +02:00
|
|
|
Scalar
|
|
|
|
Support
|
|
|
|
Target
|
2016-08-11 16:58:12 +02:00
|
|
|
TransformUtils
|