]> granicus.if.org Git - clang/commit
[ObjC] Use the name specified by objc_runtime_name instead of the class
authorAkira Hatanaka <ahatanaka@apple.com>
Tue, 3 Apr 2018 22:50:16 +0000 (22:50 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Tue, 3 Apr 2018 22:50:16 +0000 (22:50 +0000)
commit8a96d34fb2b0f2440f5f1a59c1a5b4626efb5be5
tree1d9ff6e355ffc75cb00c5d143cd584ec0315e78e
parentfeeb15f3683b308195d11e016147169ba12fa850
[ObjC] Use the name specified by objc_runtime_name instead of the class
identifier.

This patch fixes a few places in CGObjCMac.cpp where the class
identifier was used instead of the name specified by objc_runtime_name.

rdar://problem/37910822

Differential Revision: https://reviews.llvm.org/D45101

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