mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
Remove dependencies from Utility to Core and Target.
With this patch, the only dependency left is from Utility to Host. After this is broken, Utility will finally be standalone. Differential Revision: https://reviews.llvm.org/D29909 llvm-svn: 295088
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include "llvm/Support/Path.h"
|
||||
|
||||
// Project includes
|
||||
#include "Utility/ModuleCache.h"
|
||||
#include "lldb/Breakpoint/BreakpointIDList.h"
|
||||
#include "lldb/Breakpoint/BreakpointLocation.h"
|
||||
#include "lldb/Core/DataBufferHeap.h"
|
||||
@@ -36,6 +35,7 @@
|
||||
#include "lldb/Interpreter/OptionValueProperties.h"
|
||||
#include "lldb/Interpreter/Property.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Target/ModuleCache.h"
|
||||
#include "lldb/Target/Platform.h"
|
||||
#include "lldb/Target/Process.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
|
||||
Reference in New Issue
Block a user