We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 566b335 + e559f05 commit 691a8b1Copy full SHA for 691a8b1
lld/test/ELF/aarch64-funcinit64-invalid.s
@@ -4,11 +4,11 @@
4
# RUN: not ld.lld %t.o -o %t 2>&1 | FileCheck --check-prefix=ERR %s
5
6
.rodata
7
-# ERR: relocation R_AARCH64_FUNCINIT64 cannot be used against local symbol
+# ERR: error: relocation R_AARCH64_FUNCINIT64 cannot be used against local symbol
8
.8byte func@FUNCINIT
9
10
.data
11
-# ERR: relocation R_AARCH64_FUNCINIT64 cannot be used against ifunc symbol 'ifunc'
+# ERR: error: relocation R_AARCH64_FUNCINIT64 cannot be used against ifunc symbol 'ifunc'
12
.8byte ifunc@FUNCINIT
13
14
.text
0 commit comments