mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 02:22:31 +00:00
Formatting, grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0464565bae
commit
29fe150bff
@ -436,9 +436,8 @@ void RuntimeDyldImpl::resolveExternalSymbols() {
|
||||
// This is an absolute symbol, use an address of zero.
|
||||
DEBUG(dbgs() << "Resolving absolute relocations." << "\n");
|
||||
resolveRelocationList(Relocs, 0);
|
||||
}
|
||||
else {
|
||||
// This is an external symbol, try to get it address from
|
||||
} else {
|
||||
// This is an external symbol, try to get its address from
|
||||
// MemoryManager.
|
||||
uint8_t *Addr = (uint8_t*) MemMgr->getPointerToNamedFunction(Name.data(),
|
||||
true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user