[lld] 0cadd16 - Forgot to update the test case for ppc64-tls-missing-gdld.s for 02e02f5398d0

Stefan Pintilie via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 11:22:46 PDT 2020


Author: Stefan Pintilie
Date: 2020-08-21T13:22:01-05:00
New Revision: 0cadd162b7c17ec3159154fa25abad33fcf51005

URL: https://github.com/llvm/llvm-project/commit/0cadd162b7c17ec3159154fa25abad33fcf51005
DIFF: https://github.com/llvm/llvm-project/commit/0cadd162b7c17ec3159154fa25abad33fcf51005.diff

LOG: Forgot to update the test case for ppc64-tls-missing-gdld.s for 02e02f5398d0

Added: 
    

Modified: 
    lld/test/ELF/ppc64-tls-missing-gdld.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/ppc64-tls-missing-gdld.s b/lld/test/ELF/ppc64-tls-missing-gdld.s
index 910ba7ad613e..e9a0a4f3cf3d 100644
--- a/lld/test/ELF/ppc64-tls-missing-gdld.s
+++ b/lld/test/ELF/ppc64-tls-missing-gdld.s
@@ -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)
 


        


More information about the llvm-commits mailing list