diff options
| author | George Rimar <grimar@accesssoftek.com> | 2017-02-28 09:58:18 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2017-02-28 09:58:18 +0000 |
| commit | 8732e6a5384b85a7719f7d741a7b5a3b3a7c7660 (patch) | |
| tree | e159d83a0d6c8f435daa076e19a14f8387b26b20 | |
| parent | d7c4975349e9be6906c28cb336158882a3fc027f (diff) | |
| download | bcm5719-llvm-8732e6a5384b85a7719f7d741a7b5a3b3a7c7660.tar.gz bcm5719-llvm-8732e6a5384b85a7719f7d741a7b5a3b3a7c7660.zip | |
[ELF] - Fix confusing gc-debuginfo-tls.s testcase. NFC.
It checked name from one symbol and other
data from another before.
llvm-svn: 296457
| -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 |

