summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/MachO/osx-version-min-load-command.s
Commit message (Collapse)AuthorAgeFilesLines
* [MC] Convert tests to use llvm-readobj --macho-version-min.Davide Italiano2015-08-281-6/+12
| | | | | | As an added bonus this also tests the newly introduced feature. llvm-svn: 246296
* Adds the next bit of support for llvm-objdump’s -private-headers for ↵Kevin Enderby2014-09-041-1/+1
| | | | | | | | | executable Mach-O files. This adds the printing of more load commands, so that the normal load commands in a typical X86 Mach-O executable can all be printed. llvm-svn: 217172
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+10
Allow object files to be tagged with a version-min load command for iOS or MacOSX. Teach macho-dump to understand the version-min load commands for testcases. rdar://11337778 llvm-svn: 204190
OpenPOWER on IntegriCloud