[gn build] Port 6103fdfab4

This commit is contained in:
LLVM GN Syncbot 2021-07-19 18:24:09 +00:00
parent 6103fdfab4
commit d0ed40204d
1 changed files with 4 additions and 1 deletions

View File

@ -6,5 +6,8 @@ executable("llvm-ifs") {
"//llvm/lib/Support",
"//llvm/lib/TextAPI",
]
sources = [ "llvm-ifs.cpp" ]
sources = [
"ErrorCollector.cpp",
"llvm-ifs.cpp",
]
}