Darwin: update default iOS version to 5.0
authorTim Northover <tnorthover@apple.com>
Tue, 10 Dec 2013 11:53:16 +0000 (11:53 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 10 Dec 2013 11:53:16 +0000 (11:53 +0000)
commit9f84f21a4c92f03d02c56cecb07b88290cabf419
treeef4abf3a62c77f1f791e56fb1d98b33ddd13cf1d
parentb72dc0e14691c7c9651050c02e2fb769a8356500
Darwin: update default iOS version to 5.0

Defaulting to iOS 3.0 when LLVM has to guess the version is no longer a useful
option and can give surprising results (like tail calls being disabled).

5.0 seems like a reasonable compromise as a platform that's still interesting
to some people.

rdar://problem/15567348

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196912 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp