]> granicus.if.org Git - clang/commit
Classes with "+load" methods need to go in the non-lazy class list (or
authorDaniel Dunbar <daniel@zuster.org>
Fri, 15 May 2009 22:33:15 +0000 (22:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 15 May 2009 22:33:15 +0000 (22:33 +0000)
commit74d4b127d9f924ad354f47012e0d0e42ab1ee32b
treebc033960026474a90edf6408664f962e8f0275fb
parent861ce3178c70cfb0fa50baf685e1ad363538eaa9
Classes with "+load" methods need to go in the non-lazy class list (or
else the method will not be found by the runtime at class load time).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71904 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/non-lazy-classes.m [new file with mode: 0644]