mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.
This line was accidentally left out of that patch. llvm-svn: 214282
This commit is contained in:
parent
d95a431fd9
commit
e0efab6e8e
@ -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.
|
||||
Dyld.resolveRelocations();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user