forked from OSchip/llvm-project
[gn build] Add missing llvm-reduce dependency
This commit is contained in:
parent
fe364e5dc7
commit
606b5fffe3
|
@ -1,5 +1,6 @@
|
|||
executable("llvm-reduce") {
|
||||
deps = [
|
||||
"//llvm/lib/CodeGen/MIRParser",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/IRReader",
|
||||
"//llvm/lib/Support",
|
||||
|
|
Loading…
Reference in New Issue