diff options
Diffstat (limited to 'clang/docs/MemorySanitizer.rst')
-rw-r--r-- | clang/docs/MemorySanitizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst index 4e033fa1941..f513b009a32 100644 --- a/clang/docs/MemorySanitizer.rst +++ b/clang/docs/MemorySanitizer.rst @@ -16,7 +16,7 @@ Typical slowdown introduced by MemorySanitizer is **3x**. How to build ============ -Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_. +Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>`_. Usage ===== |