summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-11-06 13:30:38 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-11-06 13:30:38 +0000
commit8b27bdb6c265110a56538895803c458e913628cc (patch)
treed01fcb8dbe13110f5ac5a0e27e7439db208542fe /clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
parentb38db1eff84cb954a59007ad63bfe3bd1a749fb7 (diff)
downloadbcm5719-llvm-8b27bdb6c265110a56538895803c458e913628cc.tar.gz
bcm5719-llvm-8b27bdb6c265110a56538895803c458e913628cc.zip
Don't manually insert L prefixes.
Simply marking the symbol private conveys the desire to hide them to LLVM. llvm-svn: 221451
Diffstat (limited to 'clang/test/CodeGenObjCXX/lvalue-reference-getter.mm')
-rw-r--r--clang/test/CodeGenObjCXX/lvalue-reference-getter.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/lvalue-reference-getter.mm b/clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
index 5205a7c378b..87c132080aa 100644
--- a/clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
+++ b/clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
@@ -23,6 +23,6 @@ static SetSection gSetSection;
// CHECK: [[SELF:%.*]] = alloca [[T6:%.*]]*, align
// CHECK: [[T0:%.*]] = load {{.*}}* [[SELF]], align
-// CHECK: [[T1:%.*]] = load {{.*}}* @"\01L_OBJC_SELECTOR_REFERENCES_"
+// CHECK: [[T1:%.*]] = load {{.*}}* @OBJC_SELECTOR_REFERENCES_
// CHECK: [[C:%.*]] = call dereferenceable({{[0-9]+}}) %struct.SetSection* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
// CHECK: call dereferenceable({{[0-9]+}}) i32* @_ZN10SetSection2atEi(%struct.SetSection* [[C]]
OpenPOWER on IntegriCloud