Initialize map for purify
[oota-llvm.git] / tools / lli / lli.cpp
index 7f4ef1d7e75585f7774903f0076e8c390d5f55a6..ba5a3a5dc725f43cf792939bdb0f271ea8d0b628 100644 (file)
@@ -28,6 +28,7 @@ Interpreter::Interpreter() : ExitCode(0), Profile(ProfileMode),
 
   // Initialize the "backend"
   initializeExecutionEngine();
+  initializeExternalMethods();
 }
 
 //===----------------------------------------------------------------------===//