Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the test added in r240710. | Jonathan Roelofs | 2015-06-25 | 1 | -1/+1 |
| | | | | llvm-svn: 240718 | ||||
* | This should actually fix the broken bots. | Chris Bieneman | 2015-06-25 | 1 | -0/+3 |
| | | | | llvm-svn: 240710 | ||||
* | Speculative fix for the broken bots. | Chris Bieneman | 2015-06-25 | 1 | -2/+1 |
| | | | | llvm-svn: 240693 | ||||
* | Add -miphonesimulator-version-min as alias to -ios-simulator-version-min. | Chris Bieneman | 2015-06-25 | 1 | -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 |