]> granicus.if.org Git - clang/commit
"GCC emits an __objc_class_name_{classname} symbol for every class, and a correspondi...
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 01:09:11 +0000 (01:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 01:09:11 +0000 (01:09 +0000)
commit2a8e4e1d8548dc3e30d7c9ba92127c7884a11448
tree8c5a92b6e4f50d27dd9f18d5d50d19f9550e974f
parent7df71ac778e5918883c826fdb3fff7d0feffc677
"GCC emits an __objc_class_name_{classname} symbol for every class, and a corresponding reference to this symbol for every compilation unit that references the class.  This causes linker errors when you try linking a program which references some classes but doesn't define them.  The attached patch implements this support in clang, so you can compile a class with clang, reference it in a file compiled with GCC, and have it all work correctly."

Patch by David Chisnall!

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