From f27b46b26f86db50ed59769700845f6c589f1dae Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Tue, 9 Jul 2013 10:56:13 +0000 Subject: [PATCH] Document LLVM_USE_SANITIZER CMake option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185925 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CMake.rst b/docs/CMake.rst index 8459081fb8b..cd1bb978940 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -275,6 +275,11 @@ LLVM-specific variables Build with zlib to support compression/uncompression in LLVM tools. Defaults to ON. +**LLVM_USE_SANITIZER**:STRING + Define the sanitizer used to build LLVM binaries and tests. Possible values + are ``Address``, ``Memory`` and ``MemoryWithOrigins``. Defaults to empty + string. + Executing the test suite ======================== -- 2.34.1