docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 13 Oct 2011 17:36:02 +0000 (17:36 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 13 Oct 2011 17:36:02 +0000 (17:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141872 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.html

index c9531d68139456f1c7e41b6d51a2ebd56fecca7a..6389c7f22afd5d5115e27a65cd592cc18cb9e96e 100644 (file)
     on Visual C++ and Xcode,
     <tt>&quot;-sv&quot;</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, &amp;c) on LLVM_LIT_TOOLS_DIR at first,