This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Add -static-libasan to the GCC driver
- From: Jakub Jelinek <jakub at redhat dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 17 Nov 2012 21:22:11 +0100
- Subject: Re: PATCH: Add -static-libasan to the GCC driver
- References: <20121117200000.GA1016@gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sat, Nov 17, 2012 at 12:00:00PM -0800, H.J. Lu wrote:
> This patch adds -static-libasan. OK to install?
Okay, thanks.
> 2012-11-17 H.J. Lu <hongjiu.lu@intel.com>
>
> * common.opt (static-libasan): New option.
> * gcc.c (LIBASAN_SPEC): New macro.
> (LINK_COMMAND_SPEC): Replace -lasan with LIBASAN_SPEC.
> * doc/invoke.texi: Document -static-libasan.
Jakub