]> granicus.if.org Git - clang/commit
Don't manually insert L prefixes.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Nov 2014 13:30:38 +0000 (13:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Nov 2014 13:30:38 +0000 (13:30 +0000)
commit136e63d95b214d431d88d9b969a026a26023b60e
tree6ecc533783473945036d5d2e89d62179d39c8d9a
parentd081dde5cf232254676c68362846fd3e6b76a669
Don't manually insert L prefixes.

Simply marking the symbol private conveys the desire to hide them to LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221451 91177308-0d34-0410-b5e6-96231b3b80d8
37 files changed:
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/arc-foreach.m
test/CodeGenObjC/arc-literals.m
test/CodeGenObjC/arc-loadweakretained-release.m
test/CodeGenObjC/arc-precise-lifetime.m
test/CodeGenObjC/arc-property.m
test/CodeGenObjC/arc.m
test/CodeGenObjC/boxing.m
test/CodeGenObjC/category-super-class-meth.m
test/CodeGenObjC/encode-test.m
test/CodeGenObjC/exceptions-asm-attribute.m
test/CodeGenObjC/externally-initialized-selectors.m
test/CodeGenObjC/forward-protocol-metadata-symbols.m
test/CodeGenObjC/ivar-layout-64.m
test/CodeGenObjC/metadata-symbols-32.m
test/CodeGenObjC/metadata-symbols-64.m
test/CodeGenObjC/metadata_symbols.m
test/CodeGenObjC/non-lazy-classes.m
test/CodeGenObjC/objc-align.m
test/CodeGenObjC/objc-container-subscripting-1.m
test/CodeGenObjC/optimize-ivar-offset-load.m
test/CodeGenObjC/private-extern-selector-reference.m
test/CodeGenObjC/property-array-type.m
test/CodeGenObjC/property-type-mismatch.m
test/CodeGenObjC/property.m
test/CodeGenObjC/reorder-synthesized-ivars.m
test/CodeGenObjC/selector-ref-invariance.m
test/CodeGenObjC/super-message-fragileabi.m
test/CodeGenObjC/tentative-cfconstantstring.m
test/CodeGenObjCXX/arc-cxx11-member-init.mm
test/CodeGenObjCXX/arc.mm
test/CodeGenObjCXX/externally-initialized-selectors.mm
test/CodeGenObjCXX/lambda-expressions.mm
test/CodeGenObjCXX/lvalue-reference-getter.mm
test/CodeGenObjCXX/property-lvalue-capture.mm
test/CodeGenObjCXX/property-object-reference.mm
test/SemaObjC/debugger-support.m