1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[gn build] Fix llvm-gsymutil after D75291

This commit is contained in:
Fangrui Song 2020-03-03 16:37:52 -08:00
parent a0c1558472
commit a84de5bb19

View File

@ -216,7 +216,7 @@ group("test") {
"//llvm/tools/llvm-elfabi",
"//llvm/tools/llvm-exegesis",
"//llvm/tools/llvm-extract",
"//llvm/tools/llvm-gsymutil:llvm-gsymutil"
"//llvm/tools/llvm-gsymutil:llvm-gsymutil",
"//llvm/tools/llvm-ifs",
"//llvm/tools/llvm-isel-fuzzer",
"//llvm/tools/llvm-jitlink",