From owner-svn-src-projects@freebsd.org Sun Oct 22 07:20:12 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC822E4B3B8 for ; Sun, 22 Oct 2017 07:20:12 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE14804D9; Sun, 22 Oct 2017 07:20:12 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9M7KB19010707; Sun, 22 Oct 2017 07:20:11 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9M7KBfG010706; Sun, 22 Oct 2017 07:20:11 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201710220720.v9M7KBfG010706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Sun, 22 Oct 2017 07:20:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r324849 - projects/runtime-coverage/tools/build/options X-SVN-Group: projects X-SVN-Commit-Author: ngie X-SVN-Commit-Paths: projects/runtime-coverage/tools/build/options X-SVN-Commit-Revision: 324849 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2017 07:20:12 -0000 Author: ngie Date: Sun Oct 22 07:20:11 2017 New Revision: 324849 URL: https://svnweb.freebsd.org/changeset/base/324849 Log: Add more draft text to WITH_COVERAGE Modified: projects/runtime-coverage/tools/build/options/WITH_COVERAGE Modified: projects/runtime-coverage/tools/build/options/WITH_COVERAGE ============================================================================== --- projects/runtime-coverage/tools/build/options/WITH_COVERAGE Sun Oct 22 07:16:35 2017 (r324848) +++ projects/runtime-coverage/tools/build/options/WITH_COVERAGE Sun Oct 22 07:20:11 2017 (r324849) @@ -3,3 +3,15 @@ Set to build profiled libraries for use with .Xr gcov 1 , .Xr lcov 1 , etc. +.Em Warning: +this option is experimental. +Profiled libraries and binaries with runtime instrumentation built in will +consume large amounts of disk space (somewhere on the order of several +gigabytes). +.\" TODO: put this in build(7)? +GCDA files are installed to the +.Pa /usr/lib/cov +prefix. +.\" TODO: verify this claim in an e2e test. +The install directory mirrors the install path for the object directory, e.g., +.Pa /usr/lib/cov/usr/obj/lib/libc/stdio/vfprintf.gcda