diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-02-20 21:39:02 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-02-20 21:39:02 +0000 |
| commit | 2ed4dc9f27716def86a187c11d3b1a97a20e9f03 (patch) | |
| tree | b611d83301704860d2b84e5e908bf1e472fa0546 /lldb/source/Expression/RecordingMemoryManager.cpp | |
| parent | 3f9568e921d706b0755b5edb2f0649ef8485ef17 (diff) | |
| download | bcm5719-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.cpp | 2 |
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 |

