Use the actual class visibility for the ObjC EHTYPE global,
authorJohn McCall <rjmccall@apple.com>
Tue, 19 Feb 2013 01:57:29 +0000 (01:57 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 19 Feb 2013 01:57:29 +0000 (01:57 +0000)
commita496098bb8bdbd9889e23bf1363ca28376ed7113
tree5e997d7bc0499b14bb4045fdc2c7e5bb97badeb8
parenteac4a48d23c4cc396107f504c0944662328eec58
Use the actual class visibility for the ObjC EHTYPE global,
not the global visibility mode.

Noticed by inspection.

llvm-svn: 175479
clang/lib/CodeGen/CGObjCMac.cpp
clang/test/CodeGenObjC/attr-exception.m [new file with mode: 0644]