bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/25975] clang -fsanitze=address prints warning only with gold


From: hjl.tools at gmail dot com
Subject: [Bug gold/25975] clang -fsanitze=address prints warning only with gold
Date: Sun, 17 May 2020 11:39:54 +0000

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

--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to address@hidden 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

[Prev in Thread] Current Thread [Next in Thread]