summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/macho-private-headers.test
Commit message (Collapse)AuthorAgeFilesLines
* For llvm-objdump for Mach-O files add printing ofKevin Enderby2016-10-211-0/+13
| | | | | | | | | | | | the ARM_THREAD_STATE in the same format as otool-classic(1) on darwin. Also remove an extra space in printing the initprot to make the output match otool-classic(1) on darwin. rdar://28851457 llvm-svn: 284852
* Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s ↵Kevin Enderby2014-12-161-0/+5
| | | | | | -private-headers. llvm-svn: 224390
* Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOSKevin Enderby2014-12-161-0/+4
| | | | | | load command not getting printed. llvm-svn: 224376
* Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O filesKevin Enderby2014-12-161-0/+336
printing the section header. And add some tests for this for 32-bit files. llvm-svn: 224302
OpenPOWER on IntegriCloud