[PATCH] D106101: [asan] Slightly modified the documentation to check commit permissions.

Kirill Stoimenov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 15 14:00:21 PDT 2021


kstoimenov updated this revision to Diff 359129.
kstoimenov added a reviewer: kcc.
kstoimenov added a comment.

Add kcc as reviewer.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106101/new/

https://reviews.llvm.org/D106101

Files:
  clang/docs/AddressSanitizer.rst


Index: clang/docs/AddressSanitizer.rst
===================================================================
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 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
 ===========


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106101.359129.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210715/4be89a44/attachment.bin>


More information about the cfe-commits mailing list