summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/ios-version-min.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the test added in r240710.Jonathan Roelofs2015-06-251-1/+1
| | | | llvm-svn: 240718
* This should actually fix the broken bots.Chris Bieneman2015-06-251-0/+3
| | | | llvm-svn: 240710
* Speculative fix for the broken bots.Chris Bieneman2015-06-251-2/+1
| | | | llvm-svn: 240693
* Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.Chris Bieneman2015-06-251-0/+5
Summary: For better or worse the OS X command line tools refer to the iOS simulator as iphonesimucator. We should provide an alias flag -miphonesimulator-version-min that matches a consistent pattern with the other tools. This is in the interest of making it easier for people to write platform-agnostic darwin build scripts. Reviewers: bob.wilson, bogner Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D10743 llvm-svn: 240686
OpenPOWER on IntegriCloud