]> granicus.if.org Git - clang/commit
Don't use \01 in symbol name if unnecessary.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 15 Apr 2009 19:52:32 +0000 (19:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 15 Apr 2009 19:52:32 +0000 (19:52 +0000)
commit7595fb1418243ac715d729b4dc62d995a7a1d5a5
tree86a91ea8a5aeff0d30ec3cc022e5610d26da1b63
parentcd9c51433c06705645d1ee5a13da3c9a72d7d025
Don't use \01 in symbol name if unnecessary.
 - This was particularly bad since I fixed one instance of this name
   and not another, meaning we got an LLVM module with the same
   effective name in two different globals!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69205 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/metadata-symbols-64.m
test/CodeGenObjC/synthesize_ivar-cont-class.m