File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod-find Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
import (" //llvm/tools/binutils_symlinks.gni" )
2
+ import (" //llvm/utils/TableGen/tablegen.gni" )
3
+ import (" //llvm/utils/gn/build/driver_executable.gni" )
2
4
import (" //llvm/utils/gn/build/symlink_or_copy.gni" )
3
5
6
+ tablegen (" Opts" ) {
7
+ visibility = [ " :llvm-debuginfod-find" ]
8
+ args = [ " -gen-opt-parser-defs" ]
9
+ }
10
+
4
11
if (llvm_install_binutils_symlinks ) {
5
12
symlink_or_copy (" debuginfod-find" ) {
6
13
deps = [ " :llvm-debuginfod-find" ]
@@ -18,9 +25,11 @@ group("symlinks") {
18
25
}
19
26
}
20
27
21
- executable (" llvm-debuginfod-find" ) {
28
+ driver_executable (" llvm-debuginfod-find" ) {
22
29
deps = [
30
+ " :Opts" ,
23
31
" //llvm/lib/Debuginfod" ,
32
+ " //llvm/lib/Option" ,
24
33
" //llvm/lib/Support" ,
25
34
]
26
35
sources = [ " llvm-debuginfod-find.cpp" ]
You can’t perform that action at this time.
0 commit comments