X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCMake.rst;h=cd1bb978940511ba5ecc573743f2be80d1ed5130;hb=fe532525cc4912ec0d1b4e91fa0396122dd087b3;hp=8459081fb8b3118b6f736850e317807e51f1ce7b;hpb=ee03c949b85036b68c261dcc27dca064ee7e525d;p=oota-llvm.git 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 ========================