JDevlieghere added inline comments.
================ Comment at: lldb/source/Target/Process.cpp:5808 +void Process::PrintWarningUnsupportedLanguage(const SymbolContext &sc) { + if (!GetWarningsUnsupportedLanguage()) + return; ---------------- For `eWarningsOptimization` this check happens in `PrintWarning`. I think your approach is better, but it'd be nice for the two to be consistent. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80418/new/ https://reviews.llvm.org/D80418 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits