Skip to content

Commit ad5b944

Browse files
authored
[rtsan][asan] NFC Fix hyperlink to CMake doc (llvm#113931)
1 parent 0d0abb3 commit ad5b944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/docs/AddressSanitizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Typical slowdown introduced by AddressSanitizer is **2x**.
2626
How 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
3030
the ``compiler-rt`` runtime. An example CMake configuration that will allow
3131
for the use/testing of AddressSanitizer:
3232

clang/docs/RealtimeSanitizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The runtime slowdown introduced by RealtimeSanitizer is negligible.
2121
How 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
2626
use/testing of RealtimeSanitizer:
2727

0 commit comments

Comments
 (0)