[Lldb-commits] [lldb] [llvm] [NFC][lldb] move DiagnosticsRendering to Host (PR #168696)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 19 03:43:17 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"
----------------
charles-zablit wrote:
Not sure what's the reason (if there is one).
I assume it would be too cumbersome to change as well now?
https://github.com/llvm/llvm-project/pull/168696
More information about the lldb-commits
mailing list