diff options
author | George Rimar <grimar@accesssoftek.com> | 2019-01-18 11:33:26 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2019-01-18 11:33:26 +0000 |
commit | c1964885318a91dcf4fa524d2d221194773f35c8 (patch) | |
tree | 88e20fd2f0b3689aaf3320f693141f1554c63ee5 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 77364be497beba7caf7ba1c8dc94671655f757a0 (diff) | |
download | bcm5719-llvm-c1964885318a91dcf4fa524d2d221194773f35c8.tar.gz bcm5719-llvm-c1964885318a91dcf4fa524d2d221194773f35c8.zip |
[llvm-objdump] - Move getRelocationValueString and dependenices out of the llvm-objdump.cpp
getRelocationValueString is a dispatcher function that calls the
corresponding ELF/COFF/Wasm/MachO implementations
that currently live in the llvm-objdump.cpp file.
These implementations better be moved to ELFDump.cpp,
COFFDump.cpp and other corresponding files, to move platform specific
implementation out from the common logic.
The patch does that. Also, I had to move ToolSectionFilter helper
and SectionFilterIterator, SectionFilter to a header to make them
available across the objdump code.
Differential revision: https://reviews.llvm.org/D56842
llvm-svn: 351545
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions