Forgot to update the test case for ppc64-tls-missing-gdld.s for 02e02f5398

This commit is contained in:
Stefan Pintilie 2020-08-21 13:13:10 -05:00
parent 57e0ef131b
commit 0cadd162b7
1 changed files with 5 additions and 5 deletions

View File

@ -4,23 +4,23 @@
# RUN: not ld.lld --shared %t1.o -o /dev/null 2>&1 | FileCheck %s
# RUN: not ld.lld --shared %t2.o -o /dev/null 2>&1 | FileCheck %s
# CHECK: ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
# CHECK: ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
# CHECK-NEXT: defined in {{.*}}.o
# CHECK-NEXT: referenced by {{.*}}.o:(.text+0x8)
# CHECK: ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
# CHECK: ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
# CHECK-NEXT: defined in {{.*}}.o
# CHECK-NEXT: referenced by {{.*}}.o:(.text+0x18)
# CHECK: ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
# CHECK: ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
# CHECK-NEXT: defined in {{.*}}.o
# CHECK-NEXT: referenced by {{.*}}.o:(.text+0x28)
# CHECK: ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
# CHECK: ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
# CHECK-NEXT: defined in {{.*}}.o
# CHECK-NEXT: referenced by {{.*}}.o:(.text+0x38)
# CHECK: ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
# CHECK: ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
# CHECK-NEXT: defined in {{.*}}.o
# CHECK-NEXT: referenced by {{.*}}.o:(.text+0x40)