[Lldb-commits] [lldb] [lldb][Windows] Disable debug heap by default (PR #212126)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 27 06:22:06 PDT 2026
================
@@ -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:
See https://github.com/llvm/llvm-project/blob/main/lldb/docs/CMakeLists.txt.
https://github.com/llvm/llvm-project/pull/212126
More information about the lldb-commits
mailing list