summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Log.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-18 21:31:45 +0000
committerZachary Turner <zturner@google.com>2015-03-18 21:31:45 +0000
commit5023257f2359d16357721635a22db8ecd7213343 (patch)
tree00a0614090a6113db25735521f32f6361a452d7f /lldb/source/Core/Log.cpp
parenteba5227ccd4ab2e31e62fe1cdaa811b2da665e90 (diff)
downloadbcm5719-llvm-5023257f2359d16357721635a22db8ecd7213343.tar.gz
bcm5719-llvm-5023257f2359d16357721635a22db8ecd7213343.zip
Move some functions from source/lldb.cpp to Utility.
Specifically, there were some functions for converting enums to strings and a function for matching a string using a specific matching algorithm. This moves those functions to more appropriate headers in lldb/Utility and updates references to include the new headers. llvm-svn: 232673
Diffstat (limited to 'lldb/source/Core/Log.cpp')
-rw-r--r--lldb/source/Core/Log.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/Log.cpp b/lldb/source/Core/Log.cpp
index 2ac538470a6..57b888a3bac 100644
--- a/lldb/source/Core/Log.cpp
+++ b/lldb/source/Core/Log.cpp
@@ -27,6 +27,7 @@
#include "lldb/Host/ThisThread.h"
#include "lldb/Host/TimeValue.h"
#include "lldb/Interpreter/Args.h"
+#include "lldb/Utility/NameMatches.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
OpenPOWER on IntegriCloud