projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5deea3c
)
Initialize map for purify
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Oct 2001 20:28:46 +0000
(20:28 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Oct 2001 20:28:46 +0000
(20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1049
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lli/lli.cpp
patch
|
blob
|
history
diff --git
a/tools/lli/lli.cpp
b/tools/lli/lli.cpp
index 7f4ef1d7e75585f7774903f0076e8c390d5f55a6..ba5a3a5dc725f43cf792939bdb0f271ea8d0b628 100644
(file)
--- 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();
}
//===----------------------------------------------------------------------===//