Skip to content

Commit

Permalink
[gn build] Port 3fdb431
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jan 25, 2024
1 parent 202917f commit 71c52e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ tablegen("RISCVGenCompressInstEmitter") {
td_file = "RISCV.td"
}

tablegen("RISCVGenMacroFusion") {
visibility = [ ":LLVMRISCVCodeGen" ]
args = [ "-gen-macro-fusion-pred" ]
td_file = "RISCV.td"
}

tablegen("RISCVGenDAGISel") {
visibility = [ ":LLVMRISCVCodeGen" ]
args = [ "-gen-dag-isel" ]
Expand Down Expand Up @@ -71,6 +77,7 @@ static_library("LLVMRISCVCodeGen") {
":RISCVGenDAGISel",
":RISCVGenGlobalISel",
":RISCVGenMCPseudoLowering",
":RISCVGenMacroFusion",
":RISCVGenO0PreLegalizeGICombiner",
":RISCVGenPostLegalizeGICombiner",
":RISCVGenPreLegalizeGICombiner",
Expand Down Expand Up @@ -116,7 +123,6 @@ static_library("LLVMRISCVCodeGen") {
"RISCVInsertWriteVXRM.cpp",
"RISCVInstrInfo.cpp",
"RISCVMachineFunctionInfo.cpp",
"RISCVMacroFusion.cpp",
"RISCVMakeCompressible.cpp",
"RISCVMergeBaseOffset.cpp",
"RISCVMoveMerger.cpp",
Expand Down

0 comments on commit 71c52e4

Please sign in to comment.