File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Typical slowdown introduced by AddressSanitizer is **2x**.
2626How to build
2727============
2828
29- Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html> ` and enable
29+ Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html >`_ and enable
3030the ``compiler-rt `` runtime. An example CMake configuration that will allow
3131for the use/testing of AddressSanitizer:
3232
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The runtime slowdown introduced by RealtimeSanitizer is negligible.
2121How to build
2222============
2323
24- Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html> ` and enable the
24+ Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html >`_ and enable the
2525``compiler-rt `` runtime. An example CMake configuration that will allow for the
2626use/testing of RealtimeSanitizer:
2727
You can’t perform that action at this time.
0 commit comments