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
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
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits