[all-commits] [llvm/llvm-project] 75af69: [CodeGenObjC] Place property names in __objc_methname
Erik Pilkington via All-commits
all-commits at lists.llvm.org
Tue Mar 10 14:33:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 75af694a6da5157cc6a688c2fa77ff5200f46e11
https://github.com/llvm/llvm-project/commit/75af694a6da5157cc6a688c2fa77ff5200f46e11
Author: Erik Pilkington <erik.pilkington at gmail.com>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/test/CodeGenObjC/metadata-symbols-64.m
Log Message:
-----------
[CodeGenObjC] Place property names in __objc_methname
This allows the property name to deduplicate with the accessor method name.
rdar://58927964
More information about the All-commits
mailing list