blob: 7a27a8c5e10f623945b08bfba8469f8a262cc0c9 [file] [log] [blame]
Daniel Dunbar8889bb02011-12-12 22:45:54 +00001;===- ./lib/Target/Hexagon/LLVMBuild.txt -----------------------*- Conf -*--===;
Tony Linthicum1213a7a2011-12-12 21:14:40 +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;
NAKAMURA Takumif459feb2014-10-23 11:32:03 +000016;===------------------------------------------------------------------------===;
17
18[common]
Colin LeMahieu7cd08922015-11-09 04:07:48 +000019subdirectories = AsmParser Disassembler MCTargetDesc TargetInfo
NAKAMURA Takumif459feb2014-10-23 11:32:03 +000020
21[component_0]
22type = TargetGroup
Tony Linthicum1213a7a2011-12-12 21:14:40 +000023name = Hexagon
24parent = Target
25has_asmprinter = 1
26
27[component_1]
28type = Library
29name = HexagonCodeGen
30parent = Hexagon
Douglas Katzman8f01f1c2015-06-12 18:44:57 +000031required_libraries =
Krzysztof Parzyszek3c89bb02016-07-22 17:23:46 +000032 Analysis
33 AsmPrinter
34 CodeGen
35 Core
36 HexagonAsmParser
37 HexagonDesc
38 HexagonInfo
Krzysztof Parzyszekd6c8e3c2017-01-26 23:03:22 +000039 IPO
Krzysztof Parzyszek3c89bb02016-07-22 17:23:46 +000040 MC
41 Scalar
42 SelectionDAG
43 Support
44 Target
45 TransformUtils
Tony Linthicum1213a7a2011-12-12 21:14:40 +000046add_to_library_groups = Hexagon