mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-30 08:56:40 +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
|
// new module. Create one that resolves symbols by looking back into the
|
||||||
// JIT.
|
// JIT.
|
||||||
auto MM = createLookasideRTDyldMM<SectionMemoryManager>(
|
auto MM = createLookasideRTDyldMM<SectionMemoryManager>(
|
||||||
[&](const std::string &S) {
|
[&](const std::string &Name) {
|
||||||
return findSymbol(S).getAddress();
|
return findSymbol(Name).getAddress();
|
||||||
},
|
},
|
||||||
[](const std::string &S) { return 0; } );
|
[](const std::string &S) { return 0; } );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user