[PATCH] D59234: [CodeGen][ObjC] Remove the leading 'l' from symbols for protocol metadata and protocol list
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 11 15:46:27 PDT 2019
ahatanak created this revision.
ahatanak added a reviewer: rjmccall.
ahatanak added a project: clang.
Herald added subscribers: dexonsmith, jkorous.
The leading 'l' tells ld64 to remove the symbol name, which can make debugging difficult.
rdar://problem/47256637
Repository:
rC Clang
https://reviews.llvm.org/D59234
Files:
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/forward-protocol-metadata-symbols.m
test/CodeGenObjC/hidden-visibility.m
test/CodeGenObjC/metadata-class-properties.m
test/CodeGenObjC/metadata-symbols-64.m
test/CodeGenObjC/protocol-comdat.m
test/CodeGenObjC/protocol-in-extended-class.m
test/CodeGenObjC/protocols.m
test/CodeGenObjC/sections.m
test/CodeGenObjC/undefined-protocol2.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59234.190165.patch
Type: text/x-patch
Size: 12014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190311/0122abc3/attachment-0001.bin>
More information about the cfe-commits
mailing list