Add -load option

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14740 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-07-11 01:08:19 +00:00
parent a3eb7b3983
commit 4a1de8b250
4 changed files with 4 additions and 0 deletions

View 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;