Skip to content

Commit

Permalink
Update for llvm change.
Browse files Browse the repository at this point in the history
llvm-svn: 240658
  • Loading branch information
espindola committed Jun 25, 2015
1 parent dddfeb6 commit 69e942a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lld/test/elf/Mips/rel-gprel32-64.test
Expand Up @@ -14,7 +14,7 @@
# CHECK-NEXT: 1200001b0 c871ffff ffffffff 00000000 00000000

# SYM: 00000001200001b8 t LT1
# SYM: 0000000120001000 ? _GLOBAL_OFFSET_TABLE_
# SYM: 0000000120001000 N _GLOBAL_OFFSET_TABLE_

# RUN: lld -flavor gnu -target mips64el -shared -o %t.so %t.o
# RUN: llvm-readobj -r %t.so | FileCheck --check-prefix=REL-SO %s
Expand Down
2 changes: 1 addition & 1 deletion lld/test/elf/Mips/static-01.test
Expand Up @@ -6,7 +6,7 @@
# RUN: lld -flavor gnu -target mipsel -e T0 -static -o %t.exe %t1.o %t2.o
# RUN: llvm-nm %t.exe | FileCheck %s

# CHECK: 00401000 ? _GLOBAL_OFFSET_TABLE_
# CHECK: 00401000 N _GLOBAL_OFFSET_TABLE_
# CHECK: 00408ff0 A __gnu_local_gp
# CHECK: 00408ff0 A _gp
# CHECK: 00408ff0 A _gp_disp
Expand Down

0 comments on commit 69e942a

Please sign in to comment.