diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2017-07-01 00:57:52 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2017-07-01 00:57:52 +0000 |
commit | dc9d8fb9ce8e7c4469259c04e05b2d0be9d34390 (patch) | |
tree | 5d140b4deb4921aeb5881197872e31bbb3fc96a7 /llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | |
parent | 8cf805ae893b74f790d3a3701e89db8b7f8cba95 (diff) | |
download | llvm-dc9d8fb9ce8e7c4469259c04e05b2d0be9d34390.zip llvm-dc9d8fb9ce8e7c4469259c04e05b2d0be9d34390.tar.gz llvm-dc9d8fb9ce8e7c4469259c04e05b2d0be9d34390.tar.bz2 |
[Driver] Check that the iOS deployment target is iOS 10 or earlier if
the target is 32-bit.
The following changes are made to the driver since 32-bit apps do not
run on iOS 11 or later:
- If the deployment target is set explicitly, either with a command-line
option or an environment variable, the driver should report an error
if the version is greater than iOS 10.
- In the case where the deployment target is not set explicitly and the
default is inferred from the target triple or SDK version, it should
use a maximum default of iOS 10.99.99.
rdar://problem/32230613
Differential Revision: https://reviews.llvm.org/D34529
llvm-svn: 306922
Diffstat (limited to 'llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp')
0 files changed, 0 insertions, 0 deletions