File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
llvm/utils/gn/secondary/llvm/lib/Target/RISCV Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ tablegen("RISCVGenPostLegalizeGICombiner") {
72
72
tablegen (" RISCVGenRegisterBank" ) {
73
73
visibility = [
74
74
" :LLVMRISCVCodeGen" ,
75
+ " MCA" ,
75
76
" //llvm/tools/llvm-exegesis/lib/RISCV" ,
76
77
]
77
78
args = [ " -gen-register-bank" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ static_library("MCA") {
8
8
" //llvm/lib/Support" ,
9
9
" //llvm/lib/Target/RISCV/MCTargetDesc" ,
10
10
" //llvm/lib/Target/RISCV/TargetInfo" ,
11
+
12
+ # RISCVCustomBehaviour.cpp after 32dffdce0511 includes
13
+ # RISCVGenRegisterBank.inc via RISCVSubtarget.h :/
14
+ " ../:RISCVGenRegisterBank" ,
11
15
]
12
16
include_dirs = [ " .." ]
13
17
sources = [ " RISCVCustomBehaviour.cpp" ]
You can’t perform that action at this time.
0 commit comments