summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/macho-data-in-code.test
Commit message (Collapse)AuthorAgeFilesLines
* Add the option, -non-verbose to llvm-objdump used with -macho to print thingsKevin Enderby2015-03-131-0/+8
| | | | | | | | | | using numeric values and not their symbolic constant names. The routines that print Mach-O stuff already had a verbose parameter and this change is just changing the passing true to passing !NonVerbose. With just a couple of fixes and a bunch of test case updates. llvm-svn: 232182
* Add the option, -data-in-code, to llvm-objdump used with -macho to print the ↵Kevin Enderby2015-01-231-0/+8
Mach-O data in code table. llvm-svn: 226921
OpenPOWER on IntegriCloud