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") {
7272tablegen (" RISCVGenRegisterBank" ) {
7373 visibility = [
7474 " :LLVMRISCVCodeGen" ,
75+ " MCA" ,
7576 " //llvm/tools/llvm-exegesis/lib/RISCV" ,
7677 ]
7778 args = [ " -gen-register-bank" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ static_library("MCA") {
88 " //llvm/lib/Support" ,
99 " //llvm/lib/Target/RISCV/MCTargetDesc" ,
1010 " //llvm/lib/Target/RISCV/TargetInfo" ,
11+
12+ # RISCVCustomBehaviour.cpp after 32dffdce0511 includes
13+ # RISCVGenRegisterBank.inc via RISCVSubtarget.h :/
14+ " ../:RISCVGenRegisterBank" ,
1115 ]
1216 include_dirs = [ " .." ]
1317 sources = [ " RISCVCustomBehaviour.cpp" ]
You can’t perform that action at this time.
0 commit comments