summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/macho-sections.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in llvm-objdump printing the last word for -section in non i386 and ↵Kevin Enderby2016-04-271-1/+5
| | | | | | | | | | | x86 files. Two problems, 1) for the last 4 bytes it would print them as separate bytes not a word and 2) it would print the same last byte for those bytes less than a word. rdar://25938224 llvm-svn: 267819
* Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non ↵Kevin Enderby2016-04-271-0/+4
| | | | | | | | i386 and x86 files. rdar://25896202 llvm-svn: 267807
* llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-astAdrian Prantl2015-07-081-2/+0
| | | | | | | | | | | | | | | option that works with all object container formats. Now that clang modules/PCH are object containers this option is useful to to construct pipes like llvm-objdump -raw-clang-ast foo.pcm | llvm-bcanalyzer - to inspect the AST contents in a PCH container. Will be tested via clang. Belatedly addresses review feedback for r233390. llvm-svn: 241659
* Add a -raw option to the -section mode of llvm-objdump.Adrian Prantl2015-03-271-0/+5
llvm-svn: 233390
OpenPOWER on IntegriCloud