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

tools/lli/lli.cpp

index 6ee0ed609b4cbc2a2793b2de66058f38e4d9dea3..c02b7b303a2750af8c95b9aa0fc409f6153b9f0f 100644 (file)
@@ -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>