[Lldb-commits] [lldb] [lldb] Emit diagnostics as "important" output (PR #137280)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 25 04:36:52 PDT 2025
da-viper wrote:
Maybe we limit it to only Errors.
as on linux if lldb is not built with lzma support it will spam warning messages like.
```
warning: 45F7FBFE-9455-A458-4A50-347C4A5BC883/libsync.so No LZMA support found for reading .gnu_debugdata section
warning: 8E2F4272-9D82-2CEF-A46D-C69DF3FEC722/liblog.so No LZMA support found for reading .gnu_debugdata section
```
https://github.com/llvm/llvm-project/pull/137280
More information about the lldb-commits
mailing list