================
@@ -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
----------------
Nerixyz wrote:

It's used to generate the documentation for the settings on 
https://lldb.llvm.org/use/settings.html, but not for building LLDB itself.

https://github.com/llvm/llvm-project/pull/212126
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to