This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Committed: framework bits for disabling libsanitizer. RFC on which targets for which to disable it.
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: gcc-patches at gcc dot gnu dot org
- Cc: wmi at google dot com, davidxl at google dot com, dnovillo at google dot com, hans-peter dot nilsson at axis dot com, jakub at redhat dot com, dodji at redhat dot com
- Date: Tue, 13 Nov 2012 14:41:13 +0100
- Subject: Re: Committed: framework bits for disabling libsanitizer. RFC on which targets for which to disable it.
> Yes. And it shouldn't be just based on target CPU, but also based
> on target OS, I don't think libsanitizer supports anything but linux (glibc
> + maybe android) right now, with some smaller or bigger tweaks it could
> support darwin (but see the reports that it doesn't build there right now)
> ...
Importing the missing files allows the bootstrap to complete.
However I did not manage so far to make it working on darwin10:
see http://gcc.gnu.org/ml/gcc-bugs/2012-11/msg01145.html .
I don't think disabling libsanitizer is an emergency for darwin.
Cheers,
Dominique