2012-03-13 16:33:15 +08:00
|
|
|
;===- ./lib/ExecutionEngine/OProfileJIT/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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
|
|
|
[common]
|
|
|
|
|
|
|
|
[component_0]
|
2012-05-08 03:38:40 +08:00
|
|
|
type = OptionalLibrary
|
2012-03-13 16:33:15 +08:00
|
|
|
name = OProfileJIT
|
|
|
|
parent = ExecutionEngine
|
2015-07-08 01:48:00 +08:00
|
|
|
required_libraries = Support Object ExecutionEngine
|