]> granicus.if.org Git - clang/commit
The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once
authorTed Kremenek <kremenek@apple.com>
Wed, 9 Apr 2008 15:51:31 +0000 (15:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 9 Apr 2008 15:51:31 +0000 (15:51 +0000)
commit2979ec73b4f974d85f2ce84167712177a44c6f09
tree83b8ac4d14aee0091055acd1a9ad332eba3e9a13
parent393be155a8e01106324485389b93d50c021868a5
The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once
in CGObjCGNU.cpp and once in CGObjCEtoile.cpp.  Moved its definition to
CGObjC.cpp.  This resolves a build error in Xcode, and also cleans things up.

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