summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/mh_dylib_header.test
Commit message (Collapse)AuthorAgeFilesLines
* llvm-objdump: extend __mh_execute_header handling to other special symsTim Northover2016-07-141-0/+7
We don't need to print any of the special __mh_*_header symbols when disassembling. Since they point at the beginning of the segment (not where the actual code is) they're pretty misleading. Should also fix lld bots. llvm-svn: 275498
OpenPOWER on IntegriCloud