Fix LLD tests that used CHECK-NEXT-NOT. FileCheck does not support

combined suffixes.

Differential Revision: http://reviews.llvm.org/D17665

llvm-svn: 262237
This commit is contained in:
Paul Robinson 2016-02-29 18:05:21 +00:00
parent 693e8de0fa
commit 2ce5cf0393
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: