summaryrefslogtreecommitdiff
path: root/test/ELF/x86-64-reloc-32-fpic.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/x86-64-reloc-32-fpic.s')
-rw-r--r--test/ELF/x86-64-reloc-32-fpic.s5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ELF/x86-64-reloc-32-fpic.s b/test/ELF/x86-64-reloc-32-fpic.s
index 5726d36e9ad7..e3e7c6834d21 100644
--- a/test/ELF/x86-64-reloc-32-fpic.s
+++ b/test/ELF/x86-64-reloc-32-fpic.s
@@ -1,7 +1,10 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
# RUN: not ld.lld -shared %t.o -o %t.so 2>&1 | FileCheck %s
-# CHECK: {{.*}}:(.data+0x0): relocation R_X86_64_32 cannot be used against shared object; recompile with -fPIC.
+
+# CHECK: relocation R_X86_64_32 cannot be used against shared object; recompile with -fPIC
+# CHECK: >>> defined in {{.*}}
+# CHECK: >>> referenced by {{.*}}:(.data+0x0)
.data
.long _shared