2013-05-06 18:15:19 +02:00
|
|
|
;===- ./lib/Target/SystemZ/LLVMBuild.txt -----------------------*- Conf -*--===;
|
|
|
|
;
|
2019-01-19 09:50:56 +01:00
|
|
|
; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
; See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2013-05-06 18:15:19 +02:00
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
;
|
|
|
|
; 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]
|
2019-05-11 05:36:16 +02:00
|
|
|
subdirectories = AsmParser Disassembler MCTargetDesc TargetInfo
|
2013-05-06 18:15:19 +02:00
|
|
|
|
|
|
|
[component_0]
|
|
|
|
type = TargetGroup
|
|
|
|
name = SystemZ
|
|
|
|
parent = Target
|
|
|
|
has_asmparser = 1
|
|
|
|
has_asmprinter = 1
|
2013-05-14 12:17:52 +02:00
|
|
|
has_disassembler = 1
|
2013-05-06 18:15:19 +02:00
|
|
|
has_jit = 1
|
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = SystemZCodeGen
|
|
|
|
parent = SystemZ
|
2019-05-11 05:36:16 +02:00
|
|
|
required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support SystemZDesc SystemZInfo Target
|
2013-05-06 18:15:19 +02:00
|
|
|
add_to_library_groups = SystemZ
|