Skip to content

Commit e559f05

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent ccf433b commit e559f05

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)