Skip to content

Commit

Permalink
[MCJIT] Actually remap sections based llvm-rtdyld options added in r2…
Browse files Browse the repository at this point in the history
…14255.

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
  • Loading branch information
lhames committed Jul 30, 2014
1 parent 562fd7a commit e1681c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/llvm-rtdyld/llvm-rtdyld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit e1681c9

Please sign in to comment.