mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[rtsan][asan] NFC Fix hyperlink to CMake doc (#113931)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user