Skip to content

Commit

Permalink
[gn build] Add build file for llvm-bcanalyzer
Browse files Browse the repository at this point in the history
Needed for check-lld.

Differential Revision: https://reviews.llvm.org/D55824

llvm-svn: 349488
  • Loading branch information
nico committed Dec 18, 2018
1 parent b4b7c14 commit 6dc0855
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/BUILD.gn
Expand Up @@ -4,6 +4,7 @@ group("default") {
"//llvm/tools/llc",
"//llvm/tools/llvm-ar:symlinks",
"//llvm/tools/llvm-as",
"//llvm/tools/llvm-bcanalyzer",
"//llvm/tools/llvm-dis",
"//llvm/tools/llvm-dwarfdump",
"//llvm/tools/llvm-mc",
Expand Down
9 changes: 9 additions & 0 deletions llvm/utils/gn/secondary/llvm/tools/llvm-bcanalyzer/BUILD.gn
@@ -0,0 +1,9 @@
executable("llvm-bcanalyzer") {
deps = [
"//llvm/lib/Bitcode/Reader",
"//llvm/lib/Support",
]
sources = [
"llvm-bcanalyzer.cpp",
]
}

0 comments on commit 6dc0855

Please sign in to comment.