[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:32:01 PDT 2025
================
@@ -189,6 +197,7 @@ void LVOptions::resolveDependencies() {
setReportList();
setReportParents();
setReportView();
+ setReportDebugger();
----------------
CarlosAlbertoEnciso wrote:
Can we preserve the alphabetical order?
https://github.com/llvm/llvm-project/pull/159853
More information about the llvm-commits
mailing list