diff options
Diffstat (limited to 'test/ELF/x86-64-dyn-rel-error.s')
-rw-r--r-- | test/ELF/x86-64-dyn-rel-error.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/x86-64-dyn-rel-error.s b/test/ELF/x86-64-dyn-rel-error.s index c814fbeb1d9a..354fcc09e8a8 100644 --- a/test/ELF/x86-64-dyn-rel-error.s +++ b/test/ELF/x86-64-dyn-rel-error.s @@ -9,4 +9,4 @@ _start: .data .long bar -// CHECK: R_X86_64_32 cannot be used against shared object; recompile with -fPIC. +// CHECK: {{.*}}:(.data+0x0): relocation R_X86_64_32 cannot be used against shared object; recompile with -fPIC. |