2016-11-02 01:27:54 +08:00
|
|
|
;===- ./lib/Target/RISCV/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
|
2016-11-02 01:27:54 +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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
|
|
|
[common]
|
2019-05-11 10:43:58 +08:00
|
|
|
subdirectories = AsmParser Disassembler TargetInfo MCTargetDesc Utils
|
2016-11-02 01:27:54 +08:00
|
|
|
|
|
|
|
[component_0]
|
|
|
|
type = TargetGroup
|
|
|
|
name = RISCV
|
|
|
|
parent = Target
|
2017-08-08 22:32:35 +08:00
|
|
|
has_asmparser = 1
|
2017-08-15 21:08:29 +08:00
|
|
|
has_asmprinter = 1
|
2017-09-17 22:36:28 +08:00
|
|
|
has_disassembler = 1
|
2016-11-02 01:27:54 +08:00
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = RISCVCodeGen
|
|
|
|
parent = RISCV
|
2019-05-11 10:43:58 +08:00
|
|
|
required_libraries = AsmPrinter Core CodeGen MC RISCVDesc
|
[RISCV] Support named operands for CSR instructions.
Reviewers: asb, mgrang
Reviewed By: asb
Subscribers: jocewei, mgorny, jfb, PkmX, MartinMosbeck, brucehoult, the_o, rkruppe, rogfer01, rbar, johnrusso, simoncook, jordy.potman.lists, sabuasal, niosHD, kito-cheng, shiva0217, zzheng, edward-jones
Differential Revision: https://reviews.llvm.org/D46759
llvm-svn: 343822
2018-10-05 05:50:54 +08:00
|
|
|
RISCVInfo RISCVUtils SelectionDAG Support Target
|
2016-11-02 01:27:54 +08:00
|
|
|
add_to_library_groups = RISCV
|