summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/RecordingMemoryManager.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-02-20 21:39:02 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-02-20 21:39:02 +0000
commit2ed4dc9f27716def86a187c11d3b1a97a20e9f03 (patch)
treeb611d83301704860d2b84e5e908bf1e472fa0546 /lldb/source/Expression/RecordingMemoryManager.cpp
parent3f9568e921d706b0755b5edb2f0649ef8485ef17 (diff)
downloadbcm5719-llvm-2ed4dc9f27716def86a187c11d3b1a97a20e9f03.tar.gz
bcm5719-llvm-2ed4dc9f27716def86a187c11d3b1a97a20e9f03.zip
Change ELF relocation model to static
llvm-svn: 175671
Diffstat (limited to 'lldb/source/Expression/RecordingMemoryManager.cpp')
-rw-r--r--lldb/source/Expression/RecordingMemoryManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Expression/RecordingMemoryManager.cpp b/lldb/source/Expression/RecordingMemoryManager.cpp
index 6dc202959f2..2a81fc2d125 100644
--- a/lldb/source/Expression/RecordingMemoryManager.cpp
+++ b/lldb/source/Expression/RecordingMemoryManager.cpp
@@ -294,6 +294,8 @@ RecordingMemoryManager::ReportAllocations (llvm::ExecutionEngine &engine)
engine.mapSectionAddress((void*)ai->m_local_start, ai->m_remote_start);
}
+ // Trigger re-application of relocations.
+ engine.finalizeObject();
}
bool
OpenPOWER on IntegriCloud