mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.
This line was accidentally left out of that patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
562fd7a830
commit
e1681c941e
@ -433,6 +433,9 @@ static int linkAndVerify() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Re-map the section addresses into the phony target address space.
|
||||||
|
remapSections(TheTriple, MemMgr, Dyld);
|
||||||
|
|
||||||
// Resolve all the relocations we can.
|
// Resolve all the relocations we can.
|
||||||
Dyld.resolveRelocations();
|
Dyld.resolveRelocations();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user