[gn build] Port dbed14d

This commit is contained in:
Arthur Eubanks 2022-02-04 12:51:53 -08:00
parent abcbe87311
commit 69873633bd
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ executable("llvm-libtool-darwin") {
deps = [
"//llvm/lib/Object",
"//llvm/lib/Support",
"//llvm/lib/Target:TargetsToBuild",
]
sources = [ "llvm-libtool-darwin.cpp" ]
}