2013-05-06 16:15:19 +00:00
|
|
|
;===- ./lib/Target/SystemZ/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]
|
2013-05-14 10:17:52 +00:00
|
|
|
subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo
|
2013-05-06 16:15:19 +00:00
|
|
|
|
|
|
|
[component_0]
|
|
|
|
type = TargetGroup
|
|
|
|
name = SystemZ
|
|
|
|
parent = Target
|
|
|
|
has_asmparser = 1
|
|
|
|
has_asmprinter = 1
|
2013-05-14 10:17:52 +00:00
|
|
|
has_disassembler = 1
|
2013-05-06 16:15:19 +00:00
|
|
|
has_jit = 1
|
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = SystemZCodeGen
|
|
|
|
parent = SystemZ
|
2013-12-10 05:39:34 +00:00
|
|
|
required_libraries = AsmPrinter CodeGen Core MC Scalar SelectionDAG Support SystemZAsmPrinter SystemZDesc SystemZInfo Target
|
2013-05-06 16:15:19 +00:00
|
|
|
add_to_library_groups = SystemZ
|