]> granicus.if.org Git - clang/commit
Remove support for the IOS_SIMULATOR_DEPLOYMENT_TARGET env var.
authorBob Wilson <bob.wilson@apple.com>
Fri, 10 Oct 2014 03:12:15 +0000 (03:12 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 10 Oct 2014 03:12:15 +0000 (03:12 +0000)
commit95c9b8e2681472d37bd06c6364f8bd6e71eb5401
tree0530d4c4077f877f9745b2bca7b3edeaf75e9caf
parent9ba36f92b0f76a9b5c0b293408d79e9e25d42491
Remove support for the IOS_SIMULATOR_DEPLOYMENT_TARGET env var.

It turns out that this was never used. Instead we just use the
IPHONEOS_DEPLOYMENT_TARGET variable for both iOS devices and simulator.
rdar://problem/18596744

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219467 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
lib/Driver/ToolChains.cpp
test/lit.cfg