]> granicus.if.org Git - clang/commit
This fixes the case where the wrong symbol is emitted leading to linking errors when...
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Jul 2009 15:10:14 +0000 (15:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Jul 2009 15:10:14 +0000 (15:10 +0000)
commitc51db23f58bd887b16cf91554aa86c430a2496e7
treed1908bc965617909bea7b39d33f7b2267aaaa73c
parent8834af3f8e85c0a7e309e5be9b41e438f51b9b36
This fixes the case where the wrong symbol is emitted leading to linking errors when you reference a class before defining it (GNU runtime).
Patch by David Chisnall.

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