Author: Chris Apple Date: 2024-10-28T12:25:12-07:00 New Revision: ad5b9441f949716570e89fcb27b76e9bfb4b7f70
URL: https://github.com/llvm/llvm-project/commit/ad5b9441f949716570e89fcb27b76e9bfb4b7f70 DIFF: https://github.com/llvm/llvm-project/commit/ad5b9441f949716570e89fcb27b76e9bfb4b7f70.diff LOG: [rtsan][asan] NFC Fix hyperlink to CMake doc (#113931) Added: Modified: clang/docs/AddressSanitizer.rst clang/docs/RealtimeSanitizer.rst Removed: ################################################################################ diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index 76fdf559950599..d937cbfdf583c4 100644 --- a/clang/docs/AddressSanitizer.rst +++ b/clang/docs/AddressSanitizer.rst @@ -26,7 +26,7 @@ Typical slowdown introduced by AddressSanitizer is **2x**. How to build ============ -Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>` and enable +Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>`_ and enable the ``compiler-rt`` runtime. An example CMake configuration that will allow for the use/testing of AddressSanitizer: diff --git a/clang/docs/RealtimeSanitizer.rst b/clang/docs/RealtimeSanitizer.rst index b09162cd99f450..41b8bbb33baf14 100644 --- a/clang/docs/RealtimeSanitizer.rst +++ b/clang/docs/RealtimeSanitizer.rst @@ -21,7 +21,7 @@ The runtime slowdown introduced by RealtimeSanitizer is negligible. How to build ============ -Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>` and enable the +Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>`_ and enable the ``compiler-rt`` runtime. An example CMake configuration that will allow for the use/testing of RealtimeSanitizer: _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits