[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
Mon Mar 24 01:36:41 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:
Could you remove it then? :)
https://github.com/llvm/llvm-project/pull/131645
More information about the lldb-commits
mailing list