https://sourceware.org/bugzilla/show_bug.cgi?id=25975

--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to dilyan.palau...@aegee.org from comment #10)
> Does it also work with the attached i.o as input?

[hjl@gnu-cfl-2 tmp]$ clang -fsanitize=address -fuse-ld=gold i.o
[hjl@gnu-cfl-2 tmp]$ ./a.out 
a 1
[hjl@gnu-cfl-2 tmp]$ clang -fsanitize=address -fuse-ld=lld i.o
[hjl@gnu-cfl-2 tmp]$ ./a.out 
a 1
[hjl@gnu-cfl-2 tmp]$ clang -fsanitize=address -fuse-ld=bfd i.o
[hjl@gnu-cfl-2 tmp]$ ./a.out 
a 1
[hjl@gnu-cfl-2 tmp]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to