File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
1
import (" //lldb/utils/TableGen/lldb_tablegen.gni" )
2
2
3
- lldb_tablegen (" DynamicLoaderDarwinProperties" ) {
4
- args = [ " -gen-lldb-property-defs" ]
5
- }
6
-
7
- lldb_tablegen (" DynamicLoaderDarwinPropertiesEnum" ) {
8
- args = [ " -gen-lldb-property-enum-defs" ]
9
- td_file = " DynamicLoaderDarwinProperties.td"
10
- }
11
-
12
3
static_library (" MacOSX-DYLD" ) {
13
4
output_name = " lldbPluginDynamicLoaderMacOSXDYLD"
14
5
configs += [
15
6
" //llvm/utils/gn/build:clang_code" ,
16
7
" //llvm/utils/gn/build:lldb_code" ,
17
8
]
18
9
deps = [
19
- " :DynamicLoaderDarwinProperties" ,
20
- " :DynamicLoaderDarwinPropertiesEnum" ,
21
10
" //lldb/source/Breakpoint" ,
22
11
" //lldb/source/Core" ,
23
12
" //lldb/source/Expression" ,
@@ -34,7 +23,6 @@ static_library("MacOSX-DYLD") {
34
23
include_dirs = [ " //lldb/source" ]
35
24
sources = [
36
25
" DynamicLoaderDarwin.cpp" ,
37
- " DynamicLoaderDarwinProperties.cpp" ,
38
26
" DynamicLoaderMacOS.cpp" ,
39
27
" DynamicLoaderMacOSXDYLD.cpp" ,
40
28
]
You can’t perform that action at this time.
0 commit comments