llvm-project/llvm/test/tools/llvm-objdump/ELF/ARM
Oliver Stannard aac056c528 [objdump][ARM] Use correct offset when printing ARM/Thumb branch targets
llvm-objdump only uses one MCInstrAnalysis object, so if ARM and Thumb
code is mixed in one object, or if an object is disassembled without
explicitly setting the triple to match the ISA used, then branch and
call targets will be printed incorrectly.

This could be fixed by creating two MCInstrAnalysis objects in
llvm-objdump, like we currently do for SubtargetInfo. However, I don't
think there's any reason we need two separate sub-classes of
MCInstrAnalysis, so instead these can be merged into one, and the ISA
determined by checking the opcode of the instruction.

Differential revision: https://reviews.llvm.org/D97766
2021-03-04 11:15:57 +00:00
..
Inputs
branch-symbols.s
debug-vars-dwarf4-sections.s
debug-vars-dwarf4.s
debug-vars-dwarf5-sections.s
debug-vars-dwarf5.s
debug-vars-wide-chars.s
disassemble-code-data-mix.s
invalid-instruction.s
lit.local.cfg
reg-names.s
unknown-instr.test
v5t-subarch.s
v5te-subarch.s
v5tej-subarch.s
v6-neg-subfeatures.s
v6-subarch.s
v6-subfeatures.s
v6k-subarch.s
v6m-subarch.s
v6t2-subarch.s
v7a-neg-subfeature.s
v7a-subfeature.s
v7m-neg-subfeatures.s
v7m-subarch.s
v7m-subfeatures.s
v7r-subfeatures.s
v8a-subarch.s
v8r-subarch.s