From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20091 invoked by alias); 13 Nov 2012 21:19:30 -0000 Received: (qmail 20081 invoked by uid 22791); 13 Nov 2012 21:19:29 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_KC X-Spam-Check-By: sourceware.org Received: from mail-la0-f47.google.com (HELO mail-la0-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Nov 2012 21:19:21 +0000 Received: by mail-la0-f47.google.com with SMTP id u2so3887166lag.20 for ; Tue, 13 Nov 2012 13:19:20 -0800 (PST) Received: by 10.112.41.163 with SMTP id g3mr3697510lbl.79.1352841560057; Tue, 13 Nov 2012 13:19:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.135.105 with HTTP; Tue, 13 Nov 2012 13:18:59 -0800 (PST) In-Reply-To: References: <20121113.000747.810968224853699322.davem@davemloft.net> From: Konstantin Serebryany Date: Tue, 13 Nov 2012 21:19:00 -0000 Message-ID: Subject: Re: ASAN merge... To: Diego Novillo Cc: David Miller , gcc-patches@gcc.gnu.org, Dodji Seketeli Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg01030.txt.bz2 On Tue, Nov 13, 2012 at 8:21 AM, Diego Novillo wrote: > On Tue, Nov 13, 2012 at 12:07 AM, David Miller wrote: >> >> This has broken the build on every Linux target that hasn't added >> the necessary cpu specific code to asan_linux.cc > > This should be fixed by Dodji's recent patch. ASAN is not currently > ported to any target other than x86/linux, so it should just be asan run-time (and the LLVM part) works on Mac and on ARM/Linux. But I'd suggest not to worry about any platforms other than x86_{32,64}/Linux until the whole thing (including tests) is fully integrated. --kcc > completely disabled until the other ports start showing up. > > Dodji is your patch committed? > > > Diego.