]> granicus.if.org Git - clang/commit
Various fixes to symbols used for Obj-C x86_64 metadata.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 05:48:37 +0000 (05:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 05:48:37 +0000 (05:48 +0000)
commit6ab187a49a42de6d351248d8a6e0206e39743a0c
tree44027c735e9456ba159c9527eea6327716308d2a
parente82e13ad4ee707d71e320946887f47f45b303e07
Various fixes to symbols used for Obj-C x86_64 metadata.
 - Changed method names to match gcc (categories names still aren't
   mangled in).

 - Expose correct name for class and metadata symbols (although
   -fvisibility=hidden isn't yet correct).

 - Remove several things from llvm.used that didn't need to be there
   (I suspect this can still be trimmed).

 - Don't use asm-prefix extension for _objc_empty_{cache,vtable} (not
   needed).

 - Hide EH type class info with -fvisibility=hidden

 - Change setGlobal[Option]Visibility to not change the visibility of
   functions with internal linkage.

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