diff options
Diffstat (limited to 'docs/CMake.html')
-rw-r--r-- | docs/CMake.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index ff8bf30..67dfef3 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -353,10 +353,10 @@ installed on a custom location, you can set the variables FFI_INCLUDE_DIR and FFI_LIBRARY_DIR. Defaults to OFF.</dd> - <dt><b>LLVM_CLANG_SOURCE_DIR</b>:PATH</dt> - <dd>Path to Clang's source directory. Defaults to tools/clang. - Clang will not be built when it is empty or it does not point valid - path.</dd> + <dt><b>LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR</b>:PATH</dt> + <dd>Path to {Clang,lld,Polly}'s source directory. Defaults to + tools/{clang,lld,polly}. {Clang,lld,Polly} will not be built when it is + empty or it does not point valid path.</dd> <dt><b>LLVM_USE_OPROFILE</b>:BOOL</dt> <dd> Enable building OProfile JIT support. Defaults to OFF</dd> |