Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050

llvm-svn: 268197
This commit is contained in:
Simon Pilgrim 2016-05-01 15:27:47 +00:00
parent ac1e519944
commit 0aa27cd29b
1 changed files with 3 additions and 0 deletions

View File

@ -267,6 +267,9 @@ LLVM-specific variables
link against LLVM libraries and make use of C++ exceptions in your own code
that need to propagate through LLVM code. Defaults to OFF.
**LLVM_ENABLE_EXPENSIVE_CHECKS**:BOOL
Enable additional time/memory expensive checking. Defaults to OFF.
**LLVM_ENABLE_PIC**:BOOL
Add the ``-fPIC`` flag to the compiler command-line, if the compiler supports
this flag. Some systems, like Windows, do not need this flag. Defaults to ON.