summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/macho-cstring-dump.test
Commit message (Collapse)AuthorAgeFilesLines
* Add the option, -no-leading-addr llvm-objdump used with -macho andKevin Enderby2015-03-171-0/+5
| | | | | | -disassemble or -section to not print the leading addresses on each line. llvm-svn: 232547
* Add the option, -non-verbose to llvm-objdump used with -macho to print thingsKevin Enderby2015-03-131-0/+4
| | | | | | | | | | 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 code to llvm-objdump so the -section option with -macho will dump ↵Kevin Enderby2015-02-171-1/+1
| | | | | | | | | | | literal pointer sections with the Mach-O S_LITERAL_POINTERS section type. Also fix the printing of the leading addresses for literal sections to be consistent and not print the 0x prefix. Updated test cases to match. llvm-svn: 229548
* Add code to llvm-objdump so the -section option with -macho will dump ↵Kevin Enderby2015-02-041-0/+4
ā€˜C’ string sections with the Mach-O S_CSTRING_LITERALS section type. llvm-svn: 228198
OpenPOWER on IntegriCloud