diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-06 13:30:38 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-06 13:30:38 +0000 |
| commit | 8b27bdb6c265110a56538895803c458e913628cc (patch) | |
| tree | d01fcb8dbe13110f5ac5a0e27e7439db208542fe /clang/test/CodeGenObjCXX/lvalue-reference-getter.mm | |
| parent | b38db1eff84cb954a59007ad63bfe3bd1a749fb7 (diff) | |
| download | bcm5719-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.mm | 2 |
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]] |

