Add plugin loading for clang. This will be used to load alternative constraint manager for static analysis.

llvm-svn: 60091
This commit is contained in:
Zhongxing Xu 2008-11-26 05:23:17 +00:00
parent c6fab4f50f
commit 21148402d6
1 changed files with 1 additions and 0 deletions

View File

@ -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"