[llvm] Added --report=debugger option to llvm-debuginfo-analyzer (PR #159853)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 9 01:49:17 PDT 2025


================
@@ -261,7 +261,11 @@ cl::list<LVReportKind> cmdline::ReportOptions(
                       "(Include parents)"),
            clEnumValN(LVReportKind::View, "view",
                       "Selected elements are displayed in a tree view "
-                      "(Include parents and children.")));
+                      "(Include parents and children."),
+           clEnumValN(
----------------
CarlosAlbertoEnciso wrote:

Can we preserve the alphabetical order?

https://github.com/llvm/llvm-project/pull/159853


More information about the llvm-commits mailing list