Skip to content

Commit

Permalink
gn build: add deps, see discussion on D69130
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 4, 2019
1 parent d3ec06d commit a3915ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static_library("LLVMAArch64CodeGen") {
":AArch64GenGlobalISel",
":AArch64GenMCPseudoLowering",
":AArch64GenRegisterBank",
"AsmParser",
"MCTargetDesc",
"TargetInfo",
"Utils",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static_library("LLVMRISCVCodeGen") {
":RISCVGenGlobalISel",
":RISCVGenMCPseudoLowering",
":RISCVGenRegisterBank",
"AsmParser",
"MCTargetDesc",
"TargetInfo",
"Utils",
Expand Down

0 comments on commit a3915ca

Please sign in to comment.