aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/non-abs-reloc.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/non-abs-reloc.s')
-rw-r--r--test/ELF/non-abs-reloc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/non-abs-reloc.s b/test/ELF/non-abs-reloc.s
index ef9ba4466133..454104cca076 100644
--- a/test/ELF/non-abs-reloc.s
+++ b/test/ELF/non-abs-reloc.s
@@ -1,7 +1,7 @@
// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
// RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s
-// CHECK: {{.*}}:(.dummy+0x0): has non-ABS reloc
+// CHECK: {{.*}}:(.dummy+0x0): has non-ABS relocation R_X86_64_GOTPCREL against symbol 'foo'
.globl _start
_start: