]> granicus.if.org Git - clang/commit
Objective-C. Fixes a regression when figuring out linkage
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 3 Mar 2014 21:53:57 +0000 (21:53 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 3 Mar 2014 21:53:57 +0000 (21:53 +0000)
commit06c0167a16cfa5e2b063bf60bf70c074a794b44d
treed7feb1813d5f9d72bf8f695cbc9f579788e56ae8
parent134c68d00270c8762bd463dcd1f007a4c02e7abf
Objective-C. Fixes a regression when figuring out linkage
for metadata symbols for forward referenced protocols which
are never defined.  // rdar://16203115

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202761 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/forward-protocol-metadata-symbols.m [new file with mode: 0644]