forked from OSchip/llvm-project
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:
parent
c6fab4f50f
commit
21148402d6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue