aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/lli/lli.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index 7f4ef1d7e7..ba5a3a5dc7 100644
--- a/tools/lli/lli.cpp
+++ b/tools/lli/lli.cpp
@@ -28,6 +28,7 @@ Interpreter::Interpreter() : ExitCode(0), Profile(ProfileMode),
// Initialize the "backend"
initializeExecutionEngine();
+ initializeExternalMethods();
}
//===----------------------------------------------------------------------===//