From owner-freebsd-toolchain@FreeBSD.ORG Wed Apr 1 00:03:21 2015 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC1C0737; Wed, 1 Apr 2015 00:03:21 +0000 (UTC) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7726CD9A; Wed, 1 Apr 2015 00:03:21 +0000 (UTC) Received: by qgfa8 with SMTP id a8so29765586qgf.0; Tue, 31 Mar 2015 17:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=z8CiBqKLIuZUDoApyGWgcMKUtiBgS5RAXTDK4yHkuWQ=; b=Ayys7k4+iqRZQRDaKnXhC3k8cJtRPmalyHX92KZD1IYr+wQQMqvrCh4KXoiANjVLcK fxcvWKOSsnhLGJkqaSw+TN9Lu1XvswkdyFcHenoKWEUMLMyqXJGm2j25ykZrqJSQM3RS AZ/iVnUQXc3WftI1WIvvlrDwqmFUwUl6MzwhhhKdWuBea5DBx/VRzp+x7NAgw7Y9sD+4 F06GWmN0eUgUgT0eqJTBZC1B50xLv04PrAcPbkh4E7oKQrSi1nhK/CTs85jGKFscGBLp D0TTF+KEX2NXCSVsZvuD4fEB+rHa2V5P76oX3CW6XxlGoghoKPWgFXg5+mGgr175vPkG FDrw== MIME-Version: 1.0 X-Received: by 10.140.238.78 with SMTP id j75mr53233639qhc.96.1427846600599; Tue, 31 Mar 2015 17:03:20 -0700 (PDT) Received: by 10.140.94.99 with HTTP; Tue, 31 Mar 2015 17:03:20 -0700 (PDT) Date: Tue, 31 Mar 2015 17:03:20 -0700 Message-ID: Subject: profile_rt from llvm folks? From: NGie Cooper To: Dimitry Andric , Ed Maste , rdivacky@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-toolchain@freebsd.org" , Benno Rice X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 00:03:21 -0000 Hi all, We've recently integrated a version of profile_rt from the llvm folks internally to replace gcov for code coverage. I was wondering if there was a plan to replace the copy of gcov in FreeBSD with the same (either in the base system, ports, or both). Thanks!