File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ import (" //lldb/utils/TableGen/lldb_tablegen.gni" )
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+
112static_library (" MacOSX-DYLD" ) {
213 output_name = " lldbPluginDynamicLoaderMacOSXDYLD"
314 configs += [
415 " //llvm/utils/gn/build:clang_code" ,
516 " //llvm/utils/gn/build:lldb_code" ,
617 ]
718 deps = [
19+ " :DynamicLoaderDarwinProperties" ,
20+ " :DynamicLoaderDarwinPropertiesEnum" ,
821 " //lldb/source/Breakpoint" ,
922 " //lldb/source/Core" ,
1023 " //lldb/source/Expression" ,
@@ -21,6 +34,7 @@ static_library("MacOSX-DYLD") {
2134 include_dirs = [ " //lldb/source" ]
2235 sources = [
2336 " DynamicLoaderDarwin.cpp" ,
37+ " DynamicLoaderDarwinProperties.cpp" ,
2438 " DynamicLoaderMacOS.cpp" ,
2539 " DynamicLoaderMacOSXDYLD.cpp" ,
2640 ]
You can’t perform that action at this time.
0 commit comments