================ @@ -1,3 +1,15 @@ +lldb_tablegen(PlatformWindowsProperties.inc -gen-lldb-property-defs + SOURCE PlatformWindowsProperties.td + TARGET LLDBPluginPlatformWindowsPropertiesGen) + +lldb_tablegen(PlatformWindowsPropertiesEnum.inc -gen-lldb-property-enum-defs + SOURCE PlatformWindowsProperties.td + TARGET LLDBPluginPlatformWindowsPropertiesEnumGen) + +lldb_tablegen(PlatformWindowsProperties.json -dump-json ---------------- DavidSpickett wrote:
It is used in generating https://lldb.llvm.org/use/settings.html. https://github.com/llvm/llvm-project/pull/212126 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
