diff options
author | Sunil Srivastava <sunil_srivastava@playstation.sony.com> | 2015-05-12 16:48:43 +0000 |
---|---|---|
committer | Sunil Srivastava <sunil_srivastava@playstation.sony.com> | 2015-05-12 16:48:43 +0000 |
commit | 3acf6275e629caba57e061b01adaf5185d81ac61 (patch) | |
tree | 50f4d739d87beecd02d9331ff709210df312ac62 /clang/test/CodeGenObjC/local-static-block.m | |
parent | d79dfcbc37b1b0909c2340d4c7b0e00aa090597f (diff) | |
download | bcm5719-llvm-3acf6275e629caba57e061b01adaf5185d81ac61.tar.gz bcm5719-llvm-3acf6275e629caba57e061b01adaf5185d81ac61.zip |
Changed renaming of local symbols by inserting a dot vefore the numeric suffix
details in http://reviews.llvm.org/D9483
goes with llvm checkin r237150
llvm-svn: 237151
Diffstat (limited to 'clang/test/CodeGenObjC/local-static-block.m')
-rw-r--r-- | clang/test/CodeGenObjC/local-static-block.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/local-static-block.m b/clang/test/CodeGenObjC/local-static-block.m index b5b4534b8e4..b55cc6af4d6 100644 --- a/clang/test/CodeGenObjC/local-static-block.m +++ b/clang/test/CodeGenObjC/local-static-block.m @@ -53,5 +53,5 @@ void FUNC1() } // CHECK-LP64: @ArrayRecurs = internal global // CHECK-LP64: @FUNC.ArrayRecurs = internal global -// CHECK-LP64: @FUNC.ArrayRecurs3 = internal global +// CHECK-LP64: @FUNC.ArrayRecurs.3 = internal global // CHECK-LP64: @FUNC1.ArrayRecurs = internal global |