[PATCH] tools: support decoding ARM EHABI opcodes in readobj

Saleem Abdulrasool compnerd at compnerd.org
Thu Jan 16 23:32:28 PST 2014


Hi logan, t.p.northover,

Add support to llvm-readobj to decode the actual opcodes.  The ARM EHABI opcodes
are a variable length instruction set that describe the operations required for
properly unwinding stack frames.

The primary motivation for this change is to ease the creation of tests for the
ARM EHABI object emission as well as the unwinding directive handling in the ARM
IAS.

http://llvm-reviews.chandlerc.com/D2565

Files:
  tools/llvm-readobj/ARMEHABIPrinter.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2565.1.patch
Type: text/x-patch
Size: 10758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140116/3bf3321a/attachment.bin>


More information about the llvm-commits mailing list