Skip to content

Commit ed754a7

Browse files
committed
Change reloc codes in tests (see also #118214)
1 parent 150abb4 commit ed754a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/ELF/aarch64-got-relocations-pauth.s

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ _start:
8787
# RUN: llvm-readelf -r -S -x .got -s local-tiny | FileCheck %s --check-prefix=LOCAL-TINY
8888

8989
# EXTERNAL-TINY: Offset Info Type Symbol's Value Symbol's Name + Addend
90-
# EXTERNAL-TINY-NEXT: 0000000000020368 000000010000e201 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 bar + 0
91-
# EXTERNAL-TINY-NEXT: 0000000000020370 000000020000e201 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 zed + 0
90+
# EXTERNAL-TINY-NEXT: 0000000000020368 0000000100000412 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 bar + 0
91+
# EXTERNAL-TINY-NEXT: 0000000000020370 0000000200000412 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 zed + 0
9292

9393
## Symbol's values for bar and zed are equal since they contain no content (see Inputs/shared.s)
9494
# LOCAL-TINY: Offset Info Type Symbol's Value Symbol's Name + Addend

0 commit comments

Comments
 (0)