[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:
Kirill Stoimenov 2021-07-15 13:53:56 -07:00
parent 557855e047
commit 7139497656
1 changed files with 1 additions and 1 deletions

View File

@ -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
===========