]> granicus.if.org Git - clang/commit
Add codegen support for ObjC message expressions with the GNU runtime.
authorChris Lattner <sabre@nondot.org>
Sat, 1 Mar 2008 08:50:34 +0000 (08:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Mar 2008 08:50:34 +0000 (08:50 +0000)
commit0f984268b05edab2cc555a427c441baa9c252658
treed4652ac0cc994d41b4940e50b75b6069a1c19996
parent2b94fe35edf951a14ecd32b21f7ebcc2e3754c67
Add codegen support for ObjC message expressions with the GNU runtime.
Patch by David Chisnall!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47790 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGObjCGNU.cpp [new file with mode: 0644]
CodeGen/CGObjCRuntime.h [new file with mode: 0644]