From: Ahmed Charles Date: Fri, 7 Mar 2014 06:24:30 +0000 (+0000) Subject: [Typo] Fix sentence in CMake documentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a2154ebd932a3949cdcc23d0b21ea4af4785058;p=oota-llvm.git [Typo] Fix sentence in CMake documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203206 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMake.rst b/docs/CMake.rst index 9fb4f489b44..49279d5ede9 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -266,7 +266,7 @@ LLVM-specific variables **LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH 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. + is empty or it does not point to a valid path. **LLVM_USE_OPROFILE**:BOOL Enable building OProfile JIT support. Defaults to OFF