mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-29 16:23:44 +00:00
[Orc][Kaleidoscope] More diff-reduction between tutorial versions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e53d9df042
commit
69d2539554
@ -1176,8 +1176,8 @@ public:
|
||||
// new module. Create one that resolves symbols by looking back into the
|
||||
// JIT.
|
||||
auto MM = createLookasideRTDyldMM<SectionMemoryManager>(
|
||||
[&](const std::string &S) {
|
||||
return findSymbol(S).getAddress();
|
||||
[&](const std::string &Name) {
|
||||
return findSymbol(Name).getAddress();
|
||||
},
|
||||
[](const std::string &S) { return 0; } );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user