[RuntimeDyld] Fix a bug in debugging output: all sections should be dumped
authorLang Hames <lhames@gmail.com>
Thu, 10 Sep 2015 20:44:36 +0000 (20:44 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 10 Sep 2015 20:44:36 +0000 (20:44 +0000)
commit44decbe37a6766fe5fa01c69d33fa3bbebd9122b
tree1e1e7832572bcbd101d11565a8d6ca1244eed620
parentc061b2bb6f5c0c3c771b019aa9e4762153e66482
[RuntimeDyld] Fix a bug in debugging output: all sections should be dumped
before any relocations have been applied, and again after all relocations have
been applied.

Previously each section was dumped before and after relocations targetting it
were applied, but this only shows the impact of relocations that point to other
symbols in the same section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247335 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp