commit | 2b2e5b360e9509c97e312224c94077609e12d157 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 30 20:28:46 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 30 20:28:46 2001 +0000 |
tree | 9a3ff7bfe2d243a7b4dd86be48d0a336a488c61c | |
parent | 5deea3c5c5d71acf140b0df9488126e3c67e4a0a [diff] [blame] |
Initialize map for purify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1049 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 7f4ef1d..ba5a3a5 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp
@@ -28,6 +28,7 @@ // Initialize the "backend" initializeExecutionEngine(); + initializeExternalMethods(); } //===----------------------------------------------------------------------===//