summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/darwin-version.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow iOS and tvOS version numbers with 2-digit major version numbers.Bob Wilson2016-07-181-0/+4
| | | | | | rdar://problem/26921601 llvm-svn: 275905
* Preprocessor: define correct tvOS and watchOS version macrosTim Northover2015-10-301-0/+22
| | | | llvm-svn: 251707
* Update darwin-version testsSteven Wu2015-02-041-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 Wilson2014-08-081-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 Espindola2013-07-041-5/+5
| | | | | | This avoids depending on pipefail not being used. llvm-svn: 185648
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-10/+10
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-10/+10
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-10/+10
| | | | llvm-svn: 148138
* Driver/Darwin: Resolve deployment target defaulting to be more predictable;Daniel Dunbar2010-07-151-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 Dunbar2009-12-151-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 Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-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 andDaniel Dunbar2009-10-301-10/+10
| | | | | | -miphoneos-version-min. llvm-svn: 85601
* Test case for -miphoneos-version-min, also part of Shantonu's patch!Daniel Dunbar2009-04-101-0/+23
llvm-svn: 68817
OpenPOWER on IntegriCloud