diff options
| -rw-r--r-- | lld/test/ELF/gc-debuginfo-tls.s | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lld/test/ELF/gc-debuginfo-tls.s b/lld/test/ELF/gc-debuginfo-tls.s index c4e803bf69d..9e43bfea6d1 100644 --- a/lld/test/ELF/gc-debuginfo-tls.s +++ b/lld/test/ELF/gc-debuginfo-tls.s @@ -4,15 +4,15 @@ # RUN: llvm-readobj -symbols %t1 | FileCheck %s --check-prefix=GC # RUN: llvm-readobj -symbols %t2 | FileCheck %s --check-prefix=NOGC -# NOGC: Symbol { -# NOGC: Name: (0) -# NOGC: Value: 0x1000 -# NOGC: Size: 0 -# NOGC: Binding: Local -# NOGC: Type: TLS -# NOGC: Other: 0 -# NOGC: Section: .tbss -# NOGC: } +# NOGC: Symbol { +# NOGC: Name: patatino +# NOGC-NEXT: Value: 0x1000 +# NOGC-NEXT: Size: 0 +# NOGC-NEXT: Binding: Local +# NOGC-NEXT: Type: TLS +# NOGC-NEXT: Other: 0 +# NOGC-NEXT: Section: .tbss +# NOGC-NEXT: } # GC-NOT: tbss |

