[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:
Lang Hames 2014-07-30 03:12:41 +00:00
parent e122ee1fab
commit 375385fed6
1 changed files with 3 additions and 0 deletions

View File

@ -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();