diff options
author | Lang Hames <lhames@gmail.com> | 2015-09-10 20:44:36 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2015-09-10 20:44:36 +0000 |
commit | 79fce4711b9e718449b70f394cd9a8fea7534ae2 (patch) | |
tree | a887af9d12a14a4135df486f96b62e7c13ae06a7 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 2e4ca848f45f08fec084e886280a2e45e48b6e1b (diff) | |
download | llvm-79fce4711b9e718449b70f394cd9a8fea7534ae2.zip llvm-79fce4711b9e718449b70f394cd9a8fea7534ae2.tar.gz llvm-79fce4711b9e718449b70f394cd9a8fea7534ae2.tar.bz2 |
[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.
llvm-svn: 247335
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions