2011-11-04 02:53:17 +08:00
|
|
|
;===- ./lib/Target/XCore/LLVMBuild.txt -------------------------*- Conf -*--===;
|
|
|
|
;
|
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
|
2011-11-04 02:53:17 +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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
2011-12-13 06:45:54 +08:00
|
|
|
[common]
|
2019-05-11 07:36:49 +08:00
|
|
|
subdirectories = Disassembler MCTargetDesc TargetInfo
|
2011-12-13 06:45:54 +08:00
|
|
|
|
2011-11-04 02:53:17 +08:00
|
|
|
[component_0]
|
2011-11-10 08:49:51 +08:00
|
|
|
type = TargetGroup
|
2011-11-04 02:53:17 +08:00
|
|
|
name = XCore
|
|
|
|
parent = Target
|
2011-11-11 08:23:56 +08:00
|
|
|
has_asmprinter = 1
|
2012-12-17 01:29:14 +08:00
|
|
|
has_disassembler = 1
|
2011-11-04 02:53:17 +08:00
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = XCoreCodeGen
|
|
|
|
parent = XCore
|
2015-06-13 02:44:57 +08:00
|
|
|
required_libraries =
|
|
|
|
Analysis
|
|
|
|
AsmPrinter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
MC
|
|
|
|
SelectionDAG
|
|
|
|
Support
|
|
|
|
Target
|
|
|
|
TransformUtils
|
|
|
|
XCoreDesc
|
|
|
|
XCoreInfo
|
2011-11-04 02:53:17 +08:00
|
|
|
add_to_library_groups = XCore
|