mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Add mention of AddressSanitizer to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4821b894a
commit
7be6bc5a93
@ -283,6 +283,19 @@ be used to verify some algorithms.
|
||||
a lot of other language and tools projects. This section lists some of the
|
||||
projects that have already been updated to work with LLVM 3.0.</p>
|
||||
|
||||
<!--=========================================================================-->
|
||||
<h3>AddressSanitizer</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<p><a href="http://code.google.com/p/address-sanitizer/">AddressSanitizer</a>
|
||||
uses compiler instrumentation and a specialized malloc library to find C/C++
|
||||
bugs such as use-after-free and out-of-bound accesses to heap, stack, and
|
||||
globals. The key feature of the tool is speed: the average slowdown
|
||||
introduced by AddressSanitizer is less than 2x.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--=========================================================================-->
|
||||
<h3>ClamAV</h3>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user