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:
parent
3139b81dfa
commit
ff5ffe43c3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46536
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue