blob: c6d419a91058a1c89342744426b9d5e2ed25b5a8 [file] [log] [blame]
Daniel Dunbarb0c594f2011-12-12 22:45:54 +00001;===- ./lib/Target/Hexagon/LLVMBuild.txt -----------------------*- Conf -*--===;
Tony Linthicumb4b54152011-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;
16;===------------------------------------------------------------------------===;
17
Daniel Dunbarb0c594f2011-12-12 22:45:54 +000018[common]
Evandro Menezese5041e62012-04-12 17:55:53 +000019subdirectories = InstPrinter MCTargetDesc TargetInfo
Daniel Dunbarb0c594f2011-12-12 22:45:54 +000020
Tony Linthicumb4b54152011-12-12 21:14:40 +000021[component_0]
22type = TargetGroup
23name = Hexagon
24parent = Target
25has_asmprinter = 1
26
27[component_1]
28type = Library
29name = HexagonCodeGen
30parent = Hexagon
Evandro Menezese5041e62012-04-12 17:55:53 +000031required_libraries = AsmPrinter CodeGen Core HexagonAsmPrinter HexagonDesc HexagonInfo MC SelectionDAG Support Target
Tony Linthicumb4b54152011-12-12 21:14:40 +000032add_to_library_groups = Hexagon