forked from OSchip/llvm-project
[asan] Slightly modified the documentation.
The goal of this change is to test if I can commit changes. Reviewed By: kcc Differential Revision: https://reviews.llvm.org/D106101
This commit is contained in:
parent
557855e047
commit
7139497656
|
@ -286,7 +286,7 @@ By default AddressSanitizer inlines the instumentation code to improve the
|
|||
run-time performance, which leads to increased binary size. Using the
|
||||
(clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
|
||||
flag forces all code instumentation to be outlined, which reduces the size
|
||||
of the binary, but also reduces the run-time performace.
|
||||
of the generated code, but also reduces the run-time performace.
|
||||
|
||||
Limitations
|
||||
===========
|
||||
|
|
Loading…
Reference in New Issue