================
@@ -41,7 +42,9 @@ static cl::opt<ActionType> Action(
                clEnumValN(GenPropertyDefs, "gen-lldb-property-defs",
                           "Generate lldb property definitions"),
                clEnumValN(GenPropertyEnumDefs, "gen-lldb-property-enum-defs",
-                          "Generate lldb property enum definitions")));
+                          "Generate lldb property enum definitions"),
+               clEnumValN(GenPropertyDocsJson, "gen-lldb-property-docs-json",
+                          "Generate lldb property documentation")));
----------------
DavidSpickett wrote:

Irrelevant now you're using the existing json backend.

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

Reply via email to