summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/ios-simulator-arcruntime.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r142311, -mios-simulator-version-min does not work correctly.Argyrios Kyrtzidis2011-10-181-2/+2
| | | | llvm-svn: 142322
* Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define.Argyrios Kyrtzidis2011-10-171-2/+2
| | | | | | We can use -mios-simulator-version-min now. rdar://10218700 llvm-svn: 142311
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-4/+4
| | | | | | | | | | | | structure to hold inferred information, then propagate each invididual bit down to -cc1. Separate the bits of "supports weak" and "has a native ARC runtime"; make the latter a CodeGenOption. The tool chain is still driving this decision, because it's the place that has the required deployment target information on Darwin, but at least it's better-factored now. llvm-svn: 134453
* Make this test pretend to be on a darwin host.John McCall2011-06-161-2/+3
| | | | llvm-svn: 133125
* Automatic Reference Counting.John McCall2011-06-151-0/+5
Language-design credit goes to a lot of people, but I particularly want to single out Blaine Garst and Patrick Beard for their contributions. Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself, in no particular order. llvm-svn: 133103
OpenPOWER on IntegriCloud