summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ABI.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2015-09-25 20:35:58 +0000
committerSean Callanan <scallanan@apple.com>2015-09-25 20:35:58 +0000
commit4dbb271fcc32cb7e1a336362308dccb08583cec3 (patch)
tree2a5bade5dfff082b22987b164e7768748c72e367 /lldb/source/Target/ABI.cpp
parent10aa8078566379592f36487fe9aa9e6b489d55cc (diff)
downloadbcm5719-llvm-4dbb271fcc32cb7e1a336362308dccb08583cec3.tar.gz
bcm5719-llvm-4dbb271fcc32cb7e1a336362308dccb08583cec3.zip
Moved more Clang-specific parts of the expression parser into the Clang plugin.
There are still a bunch of dependencies on the plug-in, but this helps to identify them. There are also a few more bits we need to move (and abstract, for example the ClangPersistentVariables). llvm-svn: 248612
Diffstat (limited to 'lldb/source/Target/ABI.cpp')
-rw-r--r--lldb/source/Target/ABI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/ABI.cpp b/lldb/source/Target/ABI.cpp
index f5df97c9c50..aab4bd31a03 100644
--- a/lldb/source/Target/ABI.cpp
+++ b/lldb/source/Target/ABI.cpp
@@ -11,7 +11,7 @@
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Value.h"
#include "lldb/Core/ValueObjectConstResult.h"
-#include "lldb/Expression/ClangPersistentVariables.h"
+#include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"
#include "lldb/Symbol/CompilerType.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
OpenPOWER on IntegriCloud