[gn build] Add missing llvm-reduce dependency

This commit is contained in:
Arthur Eubanks 2021-11-02 08:46:46 -07:00
parent fe364e5dc7
commit 606b5fffe3
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
executable("llvm-reduce") { executable("llvm-reduce") {
deps = [ deps = [
"//llvm/lib/CodeGen/MIRParser",
"//llvm/lib/IR", "//llvm/lib/IR",
"//llvm/lib/IRReader", "//llvm/lib/IRReader",
"//llvm/lib/Support", "//llvm/lib/Support",