Skip to content

Commit

Permalink
[gn build] (manually) merge 6c43ed6
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 17, 2020
1 parent ec62e37 commit 16458b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/test/BUILD.gn
Expand Up @@ -228,6 +228,7 @@ group("test") {
"//llvm/tools/llvm-ifs",
"//llvm/tools/llvm-isel-fuzzer",
"//llvm/tools/llvm-jitlink",
"//llvm/tools/llvm-libtool-darwin",
"//llvm/tools/llvm-link",
"//llvm/tools/llvm-lipo",
"//llvm/tools/llvm-lto",
Expand Down
@@ -0,0 +1,7 @@
executable("llvm-libtool-darwin") {
deps = [
"//llvm/lib/Object",
"//llvm/lib/Support",
]
sources = [ "llvm-libtool-darwin.cpp" ]
}

0 comments on commit 16458b5

Please sign in to comment.