mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Move Log from Core -> Utility.
All references to Host and Core have been removed, so this class can now safely be lowered into Utility. Differential Revision: https://reviews.llvm.org/D30559 llvm-svn: 296909
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
#include "lldb/API/SBHostOS.h"
|
||||
#include "lldb/API/SBError.h"
|
||||
#include "lldb/Core/Log.h"
|
||||
#include "lldb/Host/FileSpec.h"
|
||||
#include "lldb/Host/Host.h"
|
||||
#include "lldb/Host/HostInfo.h"
|
||||
#include "lldb/Host/HostNativeThread.h"
|
||||
#include "lldb/Host/HostThread.h"
|
||||
#include "lldb/Host/ThreadLauncher.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
|
||||
Reference in New Issue
Block a user