[Lldb-commits] [lldb] [LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependencies and reduce lldb-server size (PR #131645)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 21 03:31:29 PDT 2025
================
@@ -37,7 +36,6 @@
#include "lldb/Target/StackID.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
-#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
#include "Plugins/SymbolFile/DWARF/DWARFUnit.h"
----------------
labath wrote:
Does all this mean this header can be removed now?
https://github.com/llvm/llvm-project/pull/131645
More information about the lldb-commits
mailing list