diff options
Diffstat (limited to 'llvm/tools/lli/OrcLazyJIT.cpp')
| -rw-r--r-- | llvm/tools/lli/OrcLazyJIT.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/lli/OrcLazyJIT.cpp b/llvm/tools/lli/OrcLazyJIT.cpp index edac10b8655..4235145ee7a 100644 --- a/llvm/tools/lli/OrcLazyJIT.cpp +++ b/llvm/tools/lli/OrcLazyJIT.cpp @@ -65,7 +65,8 @@ OrcLazyJIT::createIndirectStubsMgrBuilder(Triple T) { case Triple::x86_64: return [](){ - return llvm::make_unique<orc::IndirectStubsManager<orc::OrcX86_64>>(); + return llvm::make_unique< + orc::LocalIndirectStubsManager<orc::OrcX86_64>>(); }; } } |

