[llvm-readobj] Fix arm64 unwind opcode disassembly printing
authorMartin Storsjö <martin@martin.st>
Mon, 24 Aug 2020 09:29:56 +0000 (12:29 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 26 Aug 2020 06:38:11 +0000 (09:38 +0300)
commitdb259fe38b89b6987c9c4ec61a7cd7d8a0429b85
tree04fc82c125e63f031de803c760ea1e5cf531d280
parent6a3c69e918b13482f2f8492ddd3a79ccdcb70f76
[llvm-readobj] Fix arm64 unwind opcode disassembly printing

Add a missing minus, fix vertical alignment of instructions for one opcode.

Differential Revision: https://reviews.llvm.org/D86523
llvm/test/CodeGen/AArch64/wineh5.mir
llvm/test/tools/llvm-readobj/COFF/arm64-unwind-opcodes.s [new file with mode: 0644]
llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp