Add -load option
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 01:08:19 +0000 (01:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 01:08:19 +0000 (01:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14740 91177308-0d34-0410-b5e6-96231b3b80d8

tools/analyze/analyze.cpp
tools/bugpoint/bugpoint.cpp
tools/llvm-db/llvm-db.cpp
tools/opt/opt.cpp

index 04dbb85a5921b2754227fbe65ff6e6a2d8cb114d..f24f75d7c02a2a6937bf87139853d9dd5f4e7fe6 100644 (file)
@@ -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>
 
index 6dc08556ce6ff5fdaed138ff17c35b3303da35ca..9bf3a004be47ba17f99d03a675099f3e365d87b9 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/Support/ToolRunner.h"
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
+#include "Support/PluginLoader.h"
 #include "Config/unistd.h"
 #include <sys/resource.h>
 using namespace llvm;
index 53221e8a2b84f0e1da23338c402f415afc3ee951..cceac920d5d39f6595cb3634917a8ef315ebef95 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "CLIDebugger.h"
 #include "Support/CommandLine.h"
+#include "Support/PluginLoader.h"
 #include "llvm/System/Signals.h"
 #include <iostream>
 
index f907adfc019a1595874bd893e3b72f0c52586d7a..612b65fd561db3a91755da486af2420294b299d6 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Target/TargetMachineImpls.h"
 #include "llvm/Support/PassNameParser.h"
 #include "llvm/System/Signals.h"
+#include "Support/PluginLoader.h"
 #include "Support/SystemUtils.h"
 #include <fstream>
 #include <memory>