diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-11 01:08:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-11 01:08:19 +0000 |
commit | 4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c (patch) | |
tree | f61795a5ede2c49ed4edc1caf76c0615a84573c7 /tools/analyze/analyze.cpp | |
parent | a3eb7b3983492a8f5b365d100b69771f06a72e73 (diff) | |
download | external_llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.zip external_llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.tar.gz external_llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.tar.bz2 |
Add -load option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/analyze/analyze.cpp')
-rw-r--r-- | tools/analyze/analyze.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp index 04dbb85..f24f75d 100644 --- a/tools/analyze/analyze.cpp +++ b/tools/analyze/analyze.cpp @@ -24,6 +24,7 @@ #include "llvm/Target/TargetData.h" #include "llvm/Support/PassNameParser.h" #include "llvm/System/Signals.h" +#include "Support/PluginLoader.h" #include "Support/Timer.h" #include <algorithm> |