From: Georgii Rymar Date: Tue, 14 Apr 2020 10:20:51 +0000 (+0300) Subject: [LLD][ELF][Test] - Fixed the broken test case. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09331fd742ef72836fc651b71dce90dfae63c2d8;p=platform%2Fupstream%2Fllvm.git [LLD][ELF][Test] - Fixed the broken test case. There was no ":" after "SEC", hence the check was disabled. Found with the use of D78024. --- diff --git a/lld/test/ELF/x86-64-tls-gdie.s b/lld/test/ELF/x86-64-tls-gdie.s index d3edd1f..b1be62e 100644 --- a/lld/test/ELF/x86-64-tls-gdie.s +++ b/lld/test/ELF/x86-64-tls-gdie.s @@ -3,11 +3,11 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/tls-opt-gdie.s -o %tso.o // RUN: ld.lld -shared %tso.o -soname=so -o %t.so // RUN: ld.lld %t.o %t.so -o %t1 -// RUN: llvm-readobj -S %t1 | FileCheck --check-prefix=SEC --implicit-check-not=.plt %s +// RUN: llvm-readelf -S %t1 | FileCheck --check-prefix=SEC --implicit-check-not=.plt %s // RUN: llvm-readobj -r %t1 | FileCheck --check-prefix=RELOC %s // RUN: llvm-objdump -d --no-show-raw-insn %t1 | FileCheck --check-prefix=DISASM %s -// SEC .got PROGBITS 00000000002020b0 0020b0 000010 00 WA 0 0 8 +// SEC: .got PROGBITS 00000000002023a8 0003a8 000010 00 WA 0 0 8 //RELOC: Relocations [ //RELOC-NEXT: Section (5) .rela.dyn {