Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow iOS and tvOS version numbers with 2-digit major version numbers. | Bob Wilson | 2016-07-18 | 1 | -0/+4 |
| | | | | | | rdar://problem/26921601 llvm-svn: 275905 | ||||
* | Preprocessor: define correct tvOS and watchOS version macros | Tim Northover | 2015-10-30 | 1 | -0/+22 |
| | | | | llvm-svn: 251707 | ||||
* | Update darwin-version tests | Steven Wu | 2015-02-04 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | Summary: Now that the darwin-version tests in Driver and Frontend are testing different parts of the version encoding instead of doing duplicated work Reviewers: rnk Reviewed By: rnk Subscribers: rnk, cfe-commits Differential Revision: http://reviews.llvm.org/D7134 llvm-svn: 228159 | ||||
* | Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9. | Bob Wilson | 2014-08-08 | 1 | -0/+2 |
| | | | | | | | | The previous encoding only allowed a single digit for the minor version number. This changes it to use 2 digits for both the minor version and the revision number. llvm-svn: 215245 | ||||
* | Replace 'grep foo | count 0' with 'not grep foo'. | Rafael Espindola | 2013-07-04 | 1 | -5/+5 |
| | | | | | | This avoids depending on pipefail not being used. llvm-svn: 185648 | ||||
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -10/+10 |
| | | | | llvm-svn: 148582 | ||||
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -10/+10 |
| | | | | llvm-svn: 148141 | ||||
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -10/+10 |
| | | | | llvm-svn: 148138 | ||||
* | Driver/Darwin: Resolve deployment target defaulting to be more predictable; | Daniel Dunbar | 2010-07-15 | 1 | -0/+3 |
| | | | | | | assume we are targetting OS X unless an explicit option is given. llvm-svn: 108426 | ||||
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -9/+9 |
| | | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460 | ||||
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
| | | | | llvm-svn: 86432 | ||||
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -22/+22 |
| | | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430 | ||||
* | Remove clang-cc code for handling -mmacosx-version-min and | Daniel Dunbar | 2009-10-30 | 1 | -10/+10 |
| | | | | | | -miphoneos-version-min. llvm-svn: 85601 | ||||
* | Test case for -miphoneos-version-min, also part of Shantonu's patch! | Daniel Dunbar | 2009-04-10 | 1 | -0/+23 |
llvm-svn: 68817 |