1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-objdump
George Rimar 98853328e2 [llvm-objdump] - Stop reporting bogus section IDs.
Imagine we have a file with few sections, and one of them is .foo
with index N != 0.

Problem is that when llvm-objdump is given a -section=.foo parameter
it lists .foo as a section at index 0. That makes impossible to write
test cases which needs to find the index of the particular section,
while ignoring dumping of others.

The patch fixes that.

Differential revision: https://reviews.llvm.org/D49372

llvm-svn: 337361
2018-07-18 08:34:35 +00:00
..
CMakeLists.txt Fix debug build by adding missing dependencies on libBinaryFormat 2018-05-15 00:46:43 +00:00
COFFDump.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ELFDump.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
llvm-objdump.cpp [llvm-objdump] - Stop reporting bogus section IDs. 2018-07-18 08:34:35 +00:00
llvm-objdump.h Revert "[llvm-objdump] Add -demangle (-C) option" 2018-07-11 18:09:52 +00:00
LLVMBuild.txt Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
MachODump.cpp Reapply: "objdump: Support newer ObjC image info flags" 2018-07-06 05:11:35 +00:00
WasmDump.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00