summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/MachO/darwin-version-min-load-command.s
Commit message (Collapse)AuthorAgeFilesLines
* [macCatalyst] Print out macCatalyst in llvm-objdump for the platformAlex Lorenz2019-07-031-1/+1
| | | | | | 'macCatalyst' is more readable than 'maccatalyst'. llvm-svn: 365064
* [triple] Use 'macabi' environment name for the Mac Catalyst triplesAlex Lorenz2019-07-031-1/+1
| | | | | | The 'macabi' environment name is preferred instead of 'maccatalyst'. llvm-svn: 364988
* Add support for the 'macCatalyst' MachO platformAlex Lorenz2019-07-021-0/+8
| | | | | | | | | Mac Catalyst is a new MachO platform in macOS Catalina. It always uses the build_version MachO load command. Differential Revision: https://reviews.llvm.org/D64107 llvm-svn: 364981
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+7
| | | | | | | | | | | | | | | | | | | Summary: Add a new load command LC_BUILD_VERSION. It is a generic version of LC_*_VERSION_MIN load_command used on Apple platforms. Instead of having a seperate load command for each platform, LC_BUILD_VERSION is recording platform info as an enum. It also records SDK version, min_os, and tools that used to build the binary. rdar://problem/29781291 Reviewers: enderby Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D29044 llvm-svn: 292824
* MachO: support tvOS and watchOS version min commands in llvm-objdumpTim Northover2015-11-021-3/+2
| | | | llvm-svn: 251834
* MachO: improve load command tests slightlyTim Northover2015-11-021-4/+9
| | | | llvm-svn: 251815
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-6/+16
| | | | | | | | These MachO file directives are used by linkers and other tools to provide compatibility information, much like the existing .ios_version_min and .macosx_version_min. llvm-svn: 251569
* Force the MachO generated for Darwin to have VERSION_MIN load commandSteven Wu2015-08-051-0/+14
On Darwin, it is required to stamp the object file with VERSION_MIN load command. This commit will provide a VERSRION_MIN load command to the MachO file that doesn't specify the version itself by inferring from Target Triple. llvm-svn: 244059
OpenPOWER on IntegriCloud