Skip to content

Commit 7ec023e

Browse files
author
anoopkg6
committed
Fixed jitlink-check: CHECK-ERROR - error message format changed.
1 parent 5bbfe06 commit 7ec023e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_abs16.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# jitlink-check: *{8}P = X
1212

13-
# CHECK-ERROR: relocation target "X" {{.*}} is out of range of Pointer16 fixup
13+
# CHECK-ERROR: relocation target {{.*}} (X) is out of range of Pointer16 fixup
1414

1515
.text
1616
.section .text.main

llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_abs32.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# jitlink-check: *{8}P = X
1212

13-
# CHECK-ERROR: relocation target "X" {{.*}} is out of range of Pointer32 fixup
13+
# CHECK-ERROR: relocation target {{.*}} (X) is out of range of Pointer32 fixup
1414

1515
.text
1616
.section .text.main

llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_abs8.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# jitlink-check: *{8}P = X
1212

13-
# CHECK-ERROR: relocation target "X" {{.*}} is out of range of Pointer8 fixup
13+
# CHECK-ERROR: relocation target {{.*}} (X) is out of range of Pointer8 fixup
1414

1515
.text
1616
.section .text.main

llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_disp12.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# Check success and failure cases of R_390_12 handling.
1212

13-
# CHECK-ERROR: relocation target "DISP" {{.*}} is out of range of
13+
# CHECK-ERROR: relocation target {{.*}} (DISP) is out of range of
1414
# CHECK-ERROR: Pointer12 fixup
1515

1616
# jitlink-check: decode_operand(main, 2) = DISP

llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_disp20.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# Check success and failure cases of R_390_20 handling.
1515

16-
# CHECK-ERROR: relocation target "DISP" {{.*}} is out of range of
16+
# CHECK-ERROR: relocation target {{.*}} (DISP) is out of range of
1717
# CHECK-ERROR: Pointer20 fixup
1818

1919
# jitlink-check: decode_operand(main, 2) = DISP

0 commit comments

Comments
 (0)