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/CodeGenObjC/externally-initialized-selectors.m | |
| 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/CodeGenObjC/externally-initialized-selectors.m')
| -rw-r--r-- | clang/test/CodeGenObjC/externally-initialized-selectors.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/externally-initialized-selectors.m b/clang/test/CodeGenObjC/externally-initialized-selectors.m index 0b7c24eadd8..7dcd727e572 100644 --- a/clang/test/CodeGenObjC/externally-initialized-selectors.m +++ b/clang/test/CodeGenObjC/externally-initialized-selectors.m @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s // RUN: %clang_cc1 -o - -emit-llvm %s | FileCheck %s -// CHECK: @"\01L_OBJC_SELECTOR_REFERENCES_" = private externally_initialized global +// CHECK: @OBJC_SELECTOR_REFERENCES_ = private externally_initialized global void test(id x) { [x doSomething]; |

