From ff5ffe43c341d8efb7205d375d2c56fc3c7630fc Mon Sep 17 00:00:00 2001
From: Ed Maste
Date: Tue, 14 Apr 2015 19:31:14 +0000
Subject: [PATCH] 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
---
.../htdocs/news/status/report-2015-01-2015-03.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml b/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml
index e203db28fb..014d693ec3 100644
--- a/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml
+++ b/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml
@@ -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