summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/objc-weak.m
Commit message (Collapse)AuthorAgeFilesLines
* [driver][darwin] Take the OS version specified in "-target" as the targetAlex Lorenz2017-12-191-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 prefixesGreg Parker2016-04-021-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 McCall2015-11-051-0/+27
rdar://problem/23415863 llvm-svn: 252187
OpenPOWER on IntegriCloud