[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 13:57:17 PDT 2021
kstoimenov created this revision.
kstoimenov requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Minor documentation change.
Repository:
rG LLVM Github Monorepo
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.359127.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210715/741e677e/attachment.bin>
More information about the cfe-commits
mailing list