diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-13 17:36:02 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-13 17:36:02 +0000 |
commit | e0af2adc182fda5b03be5a7027f375804343c8df (patch) | |
tree | 5e3501904b0ce977c0605b4f1efbc82397d60fcc /docs/CMake.html | |
parent | c8f6c44af46554036084cba21a118266f5e26c0e (diff) |
docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r-- | docs/CMake.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index c9531d6813..6389c7f22a 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -340,7 +340,7 @@ on Visual C++ and Xcode, <tt>"-sv"</tt> on others.</dd> - <dt><b>LLVM_LIT_TOOLS_DIR</b>:STRING</dt> + <dt><b>LLVM_LIT_TOOLS_DIR</b>:PATH</dt> <dd>The path to GnuWin32 tools for tests. Valid on Windows host. Defaults to "", then Lit seeks tools according to %PATH%. Lit can find tools(eg. grep, sort, &c) on LLVM_LIT_TOOLS_DIR at first, |