llvm/tools/llvm-objdump
Tim Northover c99170189a llvm-objdump: deal with invalid ARM encodings slightly better.
Before we printed a warning to stderr and left the actual output stream in a
mess. This tries to print a .long or .short representation of what we saw (as
if there was a data-in-code directive).

This isn't guaranteed to restore synchronization in Thumb-mode (if the invalid
instruction was supposed to be 32-bits, we may be off-by-16 for the rest of the
function). But there's no certain way to deal with that, and it's invalid code
anyway (if the data really wasn't an instruction, the user can add proper
.data_in_code directives if they care)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267250 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-22 23:23:31 +00:00
..
CMakeLists.txt
COFFDump.cpp Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. 2016-04-20 21:24:34 +00:00
ELFDump.cpp
llvm-objdump.cpp AMDGPU: Fix crash when dumping unknown opcode 2016-04-22 21:23:41 +00:00
llvm-objdump.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
LLVMBuild.txt
MachODump.cpp llvm-objdump: deal with invalid ARM encodings slightly better. 2016-04-22 23:23:31 +00:00