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
This commit is contained in:
Ed Maste 2015-04-14 19:31:14 +00:00
parent 3139b81dfa
commit ff5ffe43c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46536

View file

@ -717,7 +717,7 @@ WITHOUT_FORTH=y</pre>
<given>Ed</given>
<common>Maste</common>
</name>
<email>ed@FreeBSD.org</email>
<email>emaste@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