svn commit: r46536 - head/en_US.ISO8859-1/htdocs/news/status

Ed Maste emaste at FreeBSD.org
Tue Apr 14 19:31:15 UTC 2015


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</pre>
 	  <given>Ed</given>
 	  <common>Maste</common>
 	</name>
-	<email>ed at FreeBSD.org</email>
+	<email>emaste at FreeBSD.org</email>
       </person>
 
       <person>
@@ -750,9 +750,10 @@ WITHOUT_FORTH=y</pre>
 
       <p>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.</p>
+	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.</p>
 
       <p>Like the 3.5.0 release, these components require C++11
 	support to build.  At this point, FreeBSD 10.0 and later


More information about the svn-doc-head mailing list