Skip to content

Commit f97e559

Browse files
committed
[gn] port e3627e2 (TextAPI/BinaryReader)
1 parent 0dcff0d commit f97e559

File tree

2 files changed

+11
-0
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
static_library("BinaryReader") {
2+
output_name = "LLVMTextAPIBinaryReader"
3+
deps = [
4+
"//llvm/lib/Object",
5+
"//llvm/lib/Support",
6+
"//llvm/lib/TargetParser",
7+
"//llvm/lib/TextAPI",
8+
]
9+
sources = [ "DylibReader.cpp" ]
10+
}

llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ executable("llvm-readtapi") {
3030
"//llvm/lib/Option",
3131
"//llvm/lib/Support",
3232
"//llvm/lib/TextAPI",
33+
"//llvm/lib/TextAPI/BinaryReader",
3334
]
3435
sources = [
3536
"DiffEngine.cpp",

0 commit comments

Comments
 (0)