[CodeGenObjC] Place property names in __objc_methname
authorErik Pilkington <erik.pilkington@gmail.com>
Tue, 10 Mar 2020 18:42:47 +0000 (11:42 -0700)
committerErik Pilkington <erik.pilkington@gmail.com>
Tue, 10 Mar 2020 21:31:00 +0000 (14:31 -0700)
commit75af694a6da5157cc6a688c2fa77ff5200f46e11
tree40436eedeaf615188ddec6aa3737531fdbe113ff
parent9769e1ee9acc33638449b50ac394b5ee2d4efb60
[CodeGenObjC] Place property names in __objc_methname

This allows the property name to deduplicate with the accessor method name.
rdar://58927964
clang/lib/CodeGen/CGObjCMac.cpp
clang/test/CodeGenObjC/metadata-symbols-64.m