From owner-svn-doc-head@FreeBSD.ORG Tue Apr 14 19:31:15 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F7A94BA; Tue, 14 Apr 2015 19:31:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2A7B33A6; Tue, 14 Apr 2015 19:31:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3EJVFYs058993; Tue, 14 Apr 2015 19:31:15 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3EJVF2L058992; Tue, 14 Apr 2015 19:31:15 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201504141931.t3EJVF2L058992@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Tue, 14 Apr 2015 19:31:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46536 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 19:31:15 -0000 Author: emaste (src committer) Date: Tue Apr 14 19:31:14 2015 New Revision: 46536 URL: https://svnweb.freebsd.org/changeset/doc/46536 Log: Update Clang/LLVM - Correct my email address (I'm the other Ed) - Clarify that asan and ubsan are two sanitizers - Mention arm64 compiler runtime support routines in compiler-rt Approved by: bjk Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Tue Apr 14 18:24:51 2015 (r46535) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Tue Apr 14 19:31:14 2015 (r46536) @@ -717,7 +717,7 @@ WITHOUT_FORTH=y Ed Maste - ed@FreeBSD.org + emaste@FreeBSD.org @@ -750,9 +750,10 @@ WITHOUT_FORTH=y

We have also imported a newer snapshot of compiler-rt, with better support for Address Sanitizer and Undefined - Behavior Sanitizer. With the updated clang, llvm, and - compiler-rt, we now support the Address Undefined Behavior - Sanitizers in the base system toolchain.

+ Behavior Sanitizer, and arm64 runtime support routines. + With the updated clang, llvm, and compiler-rt, we now support the + Address and Undefined Behavior Sanitizers in the base system + toolchain.

Like the 3.5.0 release, these components require C++11 support to build. At this point, FreeBSD 10.0 and later