]> granicus.if.org Git - clang/commit
Handle use side of __objc_exception__ attribute; when using an
authorDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 06:43:45 +0000 (06:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 06:43:45 +0000 (06:43 +0000)
commit7e075cb62c06e0b0023fd12875c95da9c5ddefb7
treefe6b858b895b553cf49b163fceac73d4a25b401e
parent7f48c6e0f0377fbea062515759a7477c7be70b0d
Handle use side of __objc_exception__ attribute; when using an
exception with this attribute we don't need to emit a weak definition
for the exception type information.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68513 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/metadata_symbols.m
utils/SummarizeErrors