Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [driver][darwin] Take the OS version specified in "-target" as the target | Alex Lorenz | 2017-12-19 | 1 | -12/+12 |
| | | | | | | | | | | | | | OS instead of inferring it from SDK / environment The OS version is specified in -target should be used instead of the one in an environment variable / SDK name. rdar://35813850 Differential Revision: https://reviews.llvm.org/D40998 llvm-svn: 321099 | ||||
* | [test] Don't use "UNSUPPORTED" in FileCheck prefixes | Greg Parker | 2016-04-02 | 1 | -6/+6 |
| | | | | | | | lit uses "UNSUPPORTED:" for its own purposes and may be confused if that text appears elsewhere in the test file. llvm-svn: 265218 | ||||
* | After some discussion, promote -fobjc-weak to a driver option. | John McCall | 2015-11-05 | 1 | -0/+27 |
rdar://problem/23415863 llvm-svn: 252187 |