[PATCH] D78953: [libcxx][docs][dfsan] Fix rst rendering related typos
Zola Bridges via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 15:07:44 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc750847e0c3b: [libcxx][docs][dfsan] Fix rst rendering related typos (authored by zbrid).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78953/new/
https://reviews.llvm.org/D78953
Files:
clang/docs/DataFlowSanitizer.rst
Index: clang/docs/DataFlowSanitizer.rst
===================================================================
--- clang/docs/DataFlowSanitizer.rst
+++ clang/docs/DataFlowSanitizer.rst
@@ -24,13 +24,14 @@
==============================
DFSan requires either all of your code to be instrumented or for uninstrumented
-functions to be listed as``uninstrumented`` in the `ABI list`_.
+functions to be listed as ``uninstrumented`` in the `ABI list`_.
If you'd like to have instrumented libc++ functions, then you need to build it
with DFSan instrumentation from source. Here is an example of how to build
libc++ and the libc++ ABI with data flow sanitizer instrumentation.
.. code-block:: console
+
cd libcxx-build
# An example using ninja
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78953.260465.patch
Type: text/x-patch
Size: 753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200427/81eb5f56/attachment.bin>
More information about the cfe-commits
mailing list