Re: [PATCH 10/10] Import the asan runtime library into GCC tree

2012-11-14 Thread H.J. Lu
On Wed, Nov 14, 2012 at 3:11 AM, H.J. Lu wrote: > On Mon, Nov 12, 2012 at 10:59 AM, H.J. Lu wrote: >> On Mon, Nov 12, 2012 at 3:47 AM, Dodji Seketeli wrote: >>> Diego Novillo writes: >>> On 2012-11-02 16:10 , Dodji Seketeli wrote: > * configure.ac: Add libsanitizer to tar

Re: [PATCH 10/10] Import the asan runtime library into GCC tree

2012-11-14 Thread H.J. Lu
On Mon, Nov 12, 2012 at 10:59 AM, H.J. Lu wrote: > On Mon, Nov 12, 2012 at 3:47 AM, Dodji Seketeli wrote: >> Diego Novillo writes: >> >>> On 2012-11-02 16:10 , Dodji Seketeli wrote: >>> * configure.ac: Add libsanitizer to target_libraries. * Makefile.def: Ditto.

Re: [PATCH 10/10] Import the asan runtime library into GCC tree

2012-11-12 Thread H.J. Lu
On Mon, Nov 12, 2012 at 3:47 AM, Dodji Seketeli wrote: > Diego Novillo writes: > >> On 2012-11-02 16:10 , Dodji Seketeli wrote: >> >>> * configure.ac: Add libsanitizer to target_libraries. >>> * Makefile.def: Ditto. >>> * configure: Regenerate. >>> * Makefile.in: Regenerat

Re: [PATCH 10/10] Import the asan runtime library into GCC tree

2012-11-12 Thread Dodji Seketeli
Diego Novillo writes: > On 2012-11-02 16:10 , Dodji Seketeli wrote: > >> * configure.ac: Add libsanitizer to target_libraries. >> * Makefile.def: Ditto. >> * configure: Regenerate. >> * Makefile.in: Regenerate. >> * libsanitizer: New directory for asan runtime. Conta

Re: [PATCH 10/10] Import the asan runtime library into GCC tree

2012-11-06 Thread Diego Novillo
On 2012-11-02 16:10 , Dodji Seketeli wrote: * configure.ac: Add libsanitizer to target_libraries. * Makefile.def: Ditto. * configure: Regenerate. * Makefile.in: Regenerate. * libsanitizer: New directory for asan runtime. Contains an empty tsan di

[PATCH 10/10] Import the asan runtime library into GCC tree

2012-11-03 Thread Dodji Seketeli
[After multiple failed attempts at compressing this huge patch enough to let it pass through the drastic mailing engine's 400KB size limit, I am sending a link to the patch (at the end of this message) to let people download it instead. Sorry for spamming the people in the CC list.] This patch