forked from OSchip/llvm-project
[gn build] Port 6103fdfab4
This commit is contained in:
parent
6103fdfab4
commit
d0ed40204d
|
@ -6,5 +6,8 @@ executable("llvm-ifs") {
|
|||
"//llvm/lib/Support",
|
||||
"//llvm/lib/TextAPI",
|
||||
]
|
||||
sources = [ "llvm-ifs.cpp" ]
|
||||
sources = [
|
||||
"ErrorCollector.cpp",
|
||||
"llvm-ifs.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue