2011-12-12 23:45:54 +01:00
|
|
|
;===- ./lib/Target/Hexagon/LLVMBuild.txt -----------------------*- Conf -*--===;
|
2011-12-12 22:14:40 +01:00
|
|
|
;
|
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
|
2011-12-12 22:14:40 +01: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
|
|
|
|
;
|
2014-10-23 13:32:03 +02:00
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
|
|
|
[common]
|
2015-11-09 05:07:48 +01:00
|
|
|
subdirectories = AsmParser Disassembler MCTargetDesc TargetInfo
|
2014-10-23 13:32:03 +02:00
|
|
|
|
|
|
|
[component_0]
|
|
|
|
type = TargetGroup
|
2011-12-12 22:14:40 +01:00
|
|
|
name = Hexagon
|
|
|
|
parent = Target
|
|
|
|
has_asmprinter = 1
|
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = HexagonCodeGen
|
|
|
|
parent = Hexagon
|
2015-06-12 20:44:57 +02:00
|
|
|
required_libraries =
|
2016-07-22 19:23:46 +02:00
|
|
|
Analysis
|
|
|
|
AsmPrinter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
HexagonAsmParser
|
|
|
|
HexagonDesc
|
|
|
|
HexagonInfo
|
2017-01-27 00:03:22 +01:00
|
|
|
IPO
|
2016-07-22 19:23:46 +02:00
|
|
|
MC
|
|
|
|
Scalar
|
|
|
|
SelectionDAG
|
|
|
|
Support
|
|
|
|
Target
|
|
|
|
TransformUtils
|
2011-12-12 22:14:40 +01:00
|
|
|
add_to_library_groups = Hexagon
|