diff options
Diffstat (limited to 'test/ELF/aarch64-prel32.s')
-rw-r--r-- | test/ELF/aarch64-prel32.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/aarch64-prel32.s b/test/ELF/aarch64-prel32.s index 302f4521f46b1..7aa290382c530 100644 --- a/test/ELF/aarch64-prel32.s +++ b/test/ELF/aarch64-prel32.s @@ -28,4 +28,4 @@ _start: // | FileCheck %s --check-prefix=OVERFLOW // RUN: not ld.lld %t.o %t257.o -o %t2 // | FileCheck %s --check-prefix=OVERFLOW -// OVERFLOW: Relocation R_AARCH64_PREL32 out of range +// OVERFLOW: Relocation R_AARCH64_PREL32 out of range: 18446744071562006527 is not in [-2147483648, 4294967295] |