diff options
| author | Alexey Samsonov <samsonov@google.com> | 2013-07-09 10:56:13 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2013-07-09 10:56:13 +0000 |
| commit | d7f6a6196e1aa60df74cd81421190faa1b762db7 (patch) | |
| tree | 37426524ab57b84731b2d501182614775759d69d | |
| parent | 55daa77901d88579ddb901f44b4e0bc3ce5469cb (diff) | |
| download | bcm5719-llvm-d7f6a6196e1aa60df74cd81421190faa1b762db7.tar.gz bcm5719-llvm-d7f6a6196e1aa60df74cd81421190faa1b762db7.zip | |
Document LLVM_USE_SANITIZER CMake option
llvm-svn: 185925
| -rw-r--r-- | llvm/docs/CMake.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 8459081fb8b..cd1bb978940 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/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 ======================== |

