commit | 4b6cdab5829d171128de82065fff63fbd71136d9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jul 11 01:06:59 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jul 11 01:06:59 2004 +0000 |
tree | 719adf6b6dfc8ecf8462a5c78d78ba5df00c6c2e | |
parent | 99dcad4584c266e12033e0720afcbe1b5cfedfdb [diff] [blame] |
Add a -load option llvm-svn: 14739
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp index 6ee0ed6..c02b7b3 100644 --- a/llvm/tools/lli/lli.cpp +++ b/llvm/tools/lli/lli.cpp
@@ -20,6 +20,7 @@ #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/GenericValue.h" #include "Support/CommandLine.h" +#include "Support/PluginLoader.h" #include "llvm/System/Signals.h" #include <iostream>