]> granicus.if.org Git - clang/commit
This patch allows clang to generate code for declared properties on the GNU runtime...
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 19 May 2009 00:28:43 +0000 (00:28 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 19 May 2009 00:28:43 +0000 (00:28 +0000)
commitcb9dad0393a000bea87370c4d12faf3667ed22e5
treed627940e8cbc780ce44683e7241eb455239d5a2a
parent3384c9c1882bab002971f59a31b1da47b13c818c
This patch allows clang to generate code for declared properties on the GNU runtime.  As with @synchronized, this requires some extra functions that are included with other libraries (not with the GNU runtime itself) and so will cause linker errors when these are not present.
Patch by David Chisnall.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72079 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCGNU.cpp