]> granicus.if.org Git - clang/commit
[Driver] Make sure the deployment target is earlier than iOS 11 when
authorAkira Hatanaka <ahatanaka@apple.com>
Mon, 31 Jul 2017 22:19:34 +0000 (22:19 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Mon, 31 Jul 2017 22:19:34 +0000 (22:19 +0000)
commitd00f966d136fcf99c3a38f4b17ae8bc97c75f543
treee89296538055becc5dd593884907971bd1d87dcf
parenta35d45fe4a43883357541e3842232a049d430998
[Driver] Make sure the deployment target is earlier than iOS 11 when
it is inferred from -isysroot.

This fixes a change that was inadvertently introduced in r309607.

rdar://problem/32230613

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309633 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Darwin.cpp
test/Driver/darwin-version.c