summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/AArch64/macho-print-thread.test
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the ARM_THREAD_STATE64 andKevin Enderby2016-11-031-0/+19
in llvm-objdump for Mach-O files add the printing of the ARM_THREAD_STATE64 in the same format as otool-classic(1) on darwin. To do this the 64-bit ARM general tread state needed to be defined in include/llvm/Support/MachO.h . rdar://28985800 llvm-svn: 285967
OpenPOWER on IntegriCloud