]> granicus.if.org Git - clang/commit
Add Clang support for iOS6.
authorBob Wilson <bob.wilson@apple.com>
Sat, 29 Sep 2012 23:52:58 +0000 (23:52 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 29 Sep 2012 23:52:58 +0000 (23:52 +0000)
commitf2f3ce54fc1235bec2d0d0b0ef3b53bdff6d9655
tree9340748524d91f325a0718836c423eb1bb6174e8
parentcfaab00963234237b46b52996e9d72b20540e97f
Add Clang support for iOS6.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164907 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/ObjCRuntime.h
lib/CodeGen/CGObjC.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp
runtime/compiler-rt/Makefile
test/CodeGenObjC/optimized-setter-ios-device.m [new file with mode: 0644]
test/CodeGenObjC/optimized-setter.m
test/CodeGenObjC/unoptimized-setter.m [new file with mode: 0644]
test/Driver/darwin-ld.c
test/Driver/pic.c