]> granicus.if.org Git - clang/commit
"This is a small fix for a bug where static object instances were being incorrectly...
authorChris Lattner <sabre@nondot.org>
Tue, 24 Jun 2008 17:01:28 +0000 (17:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Jun 2008 17:01:28 +0000 (17:01 +0000)
commit4e0b2641d8aa8da8eb001b959940a9ec68f45f0d
tree7522673769e1885ed0e44e9734b4953812a36f87
parentbe78424edfbc6095c4acb83c7ae7f53a42f0c870
"This is a small fix for a bug where static object instances were being incorrectly generated.  The bug was caused by my inability to read the GNU libobjc source and is only apparent when JITing code (static compilation does not expose the bug due to the data layout of other globals)."

Patch by David Chisnall!

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