2011-11-12 06:59:39 +08:00
|
|
|
;===- ./tools/lli/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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
2013-10-03 06:27:23 +08:00
|
|
|
[common]
|
|
|
|
subdirectories = ChildTarget
|
|
|
|
|
2011-11-12 06:59:39 +08:00
|
|
|
[component_0]
|
|
|
|
type = Tool
|
|
|
|
name = lli
|
|
|
|
parent = Tools
|
2015-06-13 02:44:57 +08:00
|
|
|
required_libraries =
|
|
|
|
AsmParser
|
|
|
|
BitReader
|
|
|
|
IRReader
|
|
|
|
Instrumentation
|
|
|
|
Interpreter
|
|
|
|
MCJIT
|
|
|
|
Native
|
|
|
|
NativeCodeGen
|
|
|
|
SelectionDAG
|
|
|
|
TransformUtils
|