Skip to content

Commit 691a8b1

Browse files
committed
Rebase
Created using spr 1.3.6-beta.1
2 parents 566b335 + e559f05 commit 691a8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/ELF/aarch64-funcinit64-invalid.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# RUN: not ld.lld %t.o -o %t 2>&1 | FileCheck --check-prefix=ERR %s
55

66
.rodata
7-
# ERR: relocation R_AARCH64_FUNCINIT64 cannot be used against local symbol
7+
# ERR: error: relocation R_AARCH64_FUNCINIT64 cannot be used against local symbol
88
.8byte func@FUNCINIT
99

1010
.data
11-
# ERR: relocation R_AARCH64_FUNCINIT64 cannot be used against ifunc symbol 'ifunc'
11+
# ERR: error: relocation R_AARCH64_FUNCINIT64 cannot be used against ifunc symbol 'ifunc'
1212
.8byte ifunc@FUNCINIT
1313

1414
.text

0 commit comments

Comments
 (0)