aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-11-26 05:23:17 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-11-26 05:23:17 +0000
commit209223677766854ca507972fefd4fe55b9f7e4f5 (patch)
tree1b5dd597e173fd70e856e25715273952b5ef65e6
parent59db760c5327128b57f20316667fdcf830b99db2 (diff)
Add plugin loading for clang. This will be used to load alternative constraint manager for static analysis.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60091 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Driver/clang.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index ead873447b..dacdca75a9 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -47,6 +47,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/PluginLoader.h"
#include "llvm/System/Host.h"
#include "llvm/System/Path.h"
#include "llvm/System/Signals.h"