We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcff0d commit f97e559Copy full SHA for f97e559
llvm/utils/gn/secondary/llvm/lib/TextAPI/BinaryReader/BUILD.gn
@@ -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
@@ -30,6 +30,7 @@ executable("llvm-readtapi") {
30
"//llvm/lib/Option",
31
"//llvm/lib/Support",
32
"//llvm/lib/TextAPI",
33
+ "//llvm/lib/TextAPI/BinaryReader",
34
]
35
sources = [
36
"DiffEngine.cpp",
0 commit comments