2013-12-22 00:04:03 +00:00
|
|
|
;===- ./lib/LTO/LLVMBuild.txt ----------------------------------*- Conf -*--===;
|
2012-04-14 13:54:10 +00:00
|
|
|
;
|
|
|
|
; 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
|
2013-12-22 00:04:03 +00:00
|
|
|
name = LTO
|
2012-04-14 13:54:10 +00:00
|
|
|
parent = Libraries
|
2015-06-21 13:59:01 +00:00
|
|
|
required_libraries =
|
|
|
|
Analysis
|
|
|
|
BitReader
|
|
|
|
BitWriter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
IPO
|
|
|
|
InstCombine
|
|
|
|
Linker
|
|
|
|
MC
|
|
|
|
ObjCARC
|
|
|
|
Object
|
2017-01-02 19:17:04 +00:00
|
|
|
Passes
|
2015-06-21 13:59:01 +00:00
|
|
|
Scalar
|
|
|
|
Support
|
|
|
|
Target
|
2017-01-02 19:17:04 +00:00
|
|
|
TransformUtils
|