[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 12:55:43 PDT 2020
zbrid created this revision.
zbrid added reviewers: ldionne, EricWF.
Herald added subscribers: cfe-commits, dexonsmith.
Herald added a project: clang.
- Fix the code block disappearance problem by adding a new line
- Fix the typo where I forgot a space
Repository:
rG LLVM Github Monorepo
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.260407.patch
Type: text/x-patch
Size: 753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200427/3846d8e1/attachment.bin>
More information about the cfe-commits
mailing list