blob: c54a13c4b4d885f9505dae2e08c4e91ed6fb9e81 [file] [log] [blame]
Matt Arsenault7836f892016-01-20 21:22:21 +00001;===- ./lib/Target/AMDGPU/LLVMBuild.txt ------------------------*- Conf -*--===;
Tom Stellard45bb48e2015-06-13 03:28:10 +00002;
3; The LLVM Compiler Infrastructure
4;
5; This file is distributed under the University of Illinois Open Source
6; License. See LICENSE.TXT for details.
7;
8;===------------------------------------------------------------------------===;
9;
10; This is an LLVMBuild description file for the components in this subdirectory.
11;
12; For more information on the LLVMBuild system, please see:
13;
14; http://llvm.org/docs/LLVMBuild.html
15;
16;===------------------------------------------------------------------------===;
17
18[common]
Tom Stellarde1818af2016-02-18 03:42:32 +000019subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo Utils
Tom Stellard45bb48e2015-06-13 03:28:10 +000020
21[component_0]
22type = TargetGroup
23name = AMDGPU
24parent = Target
25has_asmparser = 1
26has_asmprinter = 1
Tom Stellarde1818af2016-02-18 03:42:32 +000027has_disassembler = 1
Tom Stellard45bb48e2015-06-13 03:28:10 +000028
29[component_1]
30type = Library
31name = AMDGPUCodeGen
32parent = AMDGPU
Will Dietz10294b92017-01-28 18:13:08 +000033required_libraries = Analysis AsmPrinter CodeGen Core IPO MC AMDGPUAsmPrinter AMDGPUDesc AMDGPUInfo AMDGPUUtils Scalar SelectionDAG Support Target TransformUtils Vectorize GlobalISel
Tom Stellard45bb48e2015-06-13 03:28:10 +000034add_to_library_groups = AMDGPU