[PATCH] D61454: [CodeGen][ObjC] Remove the leading 'l_' from ObjC symbols and make private symbols in the __DATA segment internal.
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 2 22:31:37 PDT 2019
ahatanak updated this revision to Diff 197918.
ahatanak marked 2 inline comments as done.
ahatanak added a comment.
- Instead of passing a flag to `CreateMetadataVar` that indicates the section is in segment `__DATA`, just scan the section name string inside `CreateMetadataVar`.
- Fix test case `ns-constant-strings.m`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61454/new/
https://reviews.llvm.org/D61454
Files:
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/arc.m
test/CodeGenObjC/boxing.m
test/CodeGenObjC/exceptions-asm-attribute.m
test/CodeGenObjC/externally-initialized-selectors.m
test/CodeGenObjC/forward-protocol-metadata-symbols.m
test/CodeGenObjC/instance-method-metadata.m
test/CodeGenObjC/interface-layout-64.m
test/CodeGenObjC/metadata-class-properties.m
test/CodeGenObjC/metadata-symbols-32.m
test/CodeGenObjC/metadata-symbols-64.m
test/CodeGenObjC/metadata_symbols.m
test/CodeGenObjC/mrc-weak.m
test/CodeGenObjC/non-lazy-classes.m
test/CodeGenObjC/private-extern-selector-reference.m
test/CodeGenObjC/property-category-impl.m
test/CodeGenObjC/property-list-in-class.m
test/CodeGenObjC/property-list-in-extension.m
test/CodeGenObjC/protocol-comdat.m
test/CodeGenObjC/protocols.m
test/CodeGenObjC/section-name.m
test/CodeGenObjC/sections.m
test/CodeGenObjCXX/externally-initialized-selectors.mm
test/CodeGenObjCXX/mrc-weak.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61454.197918.patch
Type: text/x-patch
Size: 58491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190503/6b20f738/attachment-0001.bin>
More information about the cfe-commits
mailing list