mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +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:
@@ -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; } );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user