[Lldb-commits] [lldb] [llvm] [NFC][lldb] move DiagnosticsRendering to Host (PR #168696)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 19 03:33:43 PST 2025


================
@@ -10,7 +10,7 @@
 #define LLDB_INTERPRETER_COMMANDRETURNOBJECT_H
 
 #include "lldb/Host/StreamFile.h"
-#include "lldb/Utility/DiagnosticsRendering.h"
+#include "lldb/Host/common/DiagnosticsRendering.h"
----------------
Michael137 wrote:

Unrelated to this PR, but I'm surprised to see that the subdirectories in `Host` are all lower-case 🤷‍♂️

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


More information about the lldb-commits mailing list