From 209223677766854ca507972fefd4fe55b9f7e4f5 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Wed, 26 Nov 2008 05:23:17 +0000 Subject: [PATCH] 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 --- Driver/clang.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0