]> granicus.if.org Git - clang/commit
Treat -mios-simulator-version-min option as an alias for -mios-version-min.
authorBob Wilson <bob.wilson@apple.com>
Fri, 10 Oct 2014 23:10:10 +0000 (23:10 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 10 Oct 2014 23:10:10 +0000 (23:10 +0000)
commit887e8eefcc22db6786bf258ccc49d9f6b65c6206
tree8dcc67acab84770d10e578cf71bfed8555034f68
parent105139cb4f5d7f2f38a99e8e6d7126f7e3325053
Treat -mios-simulator-version-min option as an alias for -mios-version-min.

We can safely rely on the architecture to distinguish iOS device builds from
iOS simulator builds. We already have code to do that, in fact. This simplifies
some of the error checking for the option handling.

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