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**.
26
26
How to build
27
27
============
28
28
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
30
30
the ``compiler-rt `` runtime. An example CMake configuration that will allow
31
31
for the use/testing of AddressSanitizer:
32
32
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The runtime slowdown introduced by RealtimeSanitizer is negligible.
21
21
How to build
22
22
============
23
23
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
25
25
``compiler-rt `` runtime. An example CMake configuration that will allow for the
26
26
use/testing of RealtimeSanitizer:
27
27
You can’t perform that action at this time.
0 commit comments