|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |