gn build: add deps, see discussion on D69130

This commit is contained in:
Nico Weber 2019-11-04 09:18:05 -05:00
parent d3ec06d219
commit a3915ca9f9
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ static_library("LLVMAArch64CodeGen") {
":AArch64GenGlobalISel",
":AArch64GenMCPseudoLowering",
":AArch64GenRegisterBank",
"AsmParser",
"MCTargetDesc",
"TargetInfo",
"Utils",

View File

@ -45,6 +45,7 @@ static_library("LLVMRISCVCodeGen") {
":RISCVGenGlobalISel",
":RISCVGenMCPseudoLowering",
":RISCVGenRegisterBank",
"AsmParser",
"MCTargetDesc",
"TargetInfo",
"Utils",