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 021704a commit 86f1fe8Copy full SHA for 86f1fe8
utils/gn/secondary/llvm/tools/dsymutil/BUILD.gn
@@ -1,9 +1,18 @@
1
+import("//llvm/utils/TableGen/tablegen.gni")
2
+
3
+tablegen("Options") {
4
+ visibility = [ ":dsymutil" ]
5
+ args = [ "-gen-opt-parser-defs" ]
6
+}
7
8
executable("dsymutil") {
9
deps = [
10
+ ":Options",
11
"//llvm/lib/CodeGen/AsmPrinter",
12
"//llvm/lib/DebugInfo/DWARF",
13
"//llvm/lib/MC",
14
"//llvm/lib/Object",
15
+ "//llvm/lib/Option",
16
"//llvm/lib/Support",
17
"//llvm/lib/Target",
18
"//llvm/lib/Target:TargetsToBuild",
0 commit comments