2016-01-21 05:22:21 +08:00
|
|
|
;===- ./lib/Target/AMDGPU/LLVMBuild.txt ------------------------*- Conf -*--===;
|
2012-12-12 05:25:42 +08:00
|
|
|
;
|
2019-01-19 16:50:56 +08: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
|
2012-12-12 05:25:42 +08: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 08:03:35 +08:00
|
|
|
subdirectories = AsmParser Disassembler MCTargetDesc TargetInfo Utils
|
2012-12-12 05:25:42 +08:00
|
|
|
|
|
|
|
[component_0]
|
|
|
|
type = TargetGroup
|
2015-06-13 11:28:10 +08:00
|
|
|
name = AMDGPU
|
2012-12-12 05:25:42 +08:00
|
|
|
parent = Target
|
2014-11-14 22:08:00 +08:00
|
|
|
has_asmparser = 1
|
2012-12-12 05:25:42 +08:00
|
|
|
has_asmprinter = 1
|
2016-02-18 11:42:32 +08:00
|
|
|
has_disassembler = 1
|
2012-12-12 05:25:42 +08:00
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
2015-06-13 11:28:10 +08:00
|
|
|
name = AMDGPUCodeGen
|
|
|
|
parent = AMDGPU
|
2019-05-11 08:03:35 +08:00
|
|
|
required_libraries = Analysis AsmPrinter CodeGen Core IPO MC AMDGPUDesc AMDGPUInfo AMDGPUUtils Scalar SelectionDAG Support Target TransformUtils Vectorize GlobalISel BinaryFormat MIRParser
|
2015-06-13 11:28:10 +08:00
|
|
|
add_to_library_groups = AMDGPU
|