[PATCH] D17665: Fix LLD tests that used CHECK-NEXT-NOT

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 29 10:10:10 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL262237: Fix LLD tests that used CHECK-NEXT-NOT. FileCheck does not support (authored by probinson).

Changed prior to commit:
  http://reviews.llvm.org/D17665?vs=49266&id=49389#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17665

Files:
  lld/trunk/test/ELF/aarch64-gnu-ifunc-nosym.s
  lld/trunk/test/ELF/gnu-ifunc-nosym-i386.s
  lld/trunk/test/ELF/gnu-ifunc-nosym.s
  lld/trunk/test/ELF/plt.s

Index: lld/trunk/test/ELF/plt.s
===================================================================
--- lld/trunk/test/ELF/plt.s
+++ lld/trunk/test/ELF/plt.s
@@ -109,7 +109,7 @@
 // DISASM2-NEXT:  11040:  ff 25 da 1f 00 00   jmpq *8154(%rip)
 // DISASM2-NEXT:  11046:  68 01 00 00 00      pushq $1
 // DISASM2-NEXT:  1104b:  e9 d0 ff ff ff      jmp -48 <.plt>
-// DISASM2-NEXT-NOT: 110C0
+// DISASM2-NOT:   110C0
 
 .global _start
 _start:
Index: lld/trunk/test/ELF/gnu-ifunc-nosym-i386.s
===================================================================
--- lld/trunk/test/ELF/gnu-ifunc-nosym-i386.s
+++ lld/trunk/test/ELF/gnu-ifunc-nosym-i386.s
@@ -6,8 +6,8 @@
 // Check that no __rel_iplt_end/__rel_iplt_start
 // appear in symtab if there is no references to them.
 // CHECK:      Symbols [
-// CHECK-NEXT-NOT: __rel_iplt_end
-// CHECK-NEXT-NOT: __rel_iplt_start
+// CHECK-NOT: __rel_iplt_end
+// CHECK-NOT: __rel_iplt_start
 // CHECK: ]
 
 .text
Index: lld/trunk/test/ELF/gnu-ifunc-nosym.s
===================================================================
--- lld/trunk/test/ELF/gnu-ifunc-nosym.s
+++ lld/trunk/test/ELF/gnu-ifunc-nosym.s
@@ -6,8 +6,8 @@
 // Check that no __rela_iplt_end/__rela_iplt_start
 // appear in symtab if there is no references to them.
 // CHECK:      Symbols [
-// CHECK-NEXT-NOT: __rela_iplt_end
-// CHECK-NEXT-NOT: __rela_iplt_start
+// CHECK-NOT: __rela_iplt_end
+// CHECK-NOT: __rela_iplt_start
 // CHECK: ]
 
 .text
Index: lld/trunk/test/ELF/aarch64-gnu-ifunc-nosym.s
===================================================================
--- lld/trunk/test/ELF/aarch64-gnu-ifunc-nosym.s
+++ lld/trunk/test/ELF/aarch64-gnu-ifunc-nosym.s
@@ -6,8 +6,8 @@
 // Check that no __rela_iplt_end/__rela_iplt_start
 // appear in symtab if there is no references to them.
 // CHECK:      Symbols [
-// CHECK-NEXT-NOT: __rela_iplt_end
-// CHECK-NEXT-NOT: __rela_iplt_start
+// CHECK-NOT: __rela_iplt_end
+// CHECK-NOT: __rela_iplt_start
 // CHECK: ]
 
 .text


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17665.49389.patch
Type: text/x-patch
Size: 1985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160229/4b5d5c2e/attachment.bin>


More information about the llvm-commits mailing list