[llvm-commits] [llvm] r141872 - /llvm/trunk/docs/CMake.html

NAKAMURA Takumi geek4civic at gmail.com
Thu Oct 13 10:36:02 PDT 2011


Author: chapuni
Date: Thu Oct 13 12:36:02 2011
New Revision: 141872

URL: http://llvm.org/viewvc/llvm-project?rev=141872&view=rev
Log:
docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.

Modified:
    llvm/trunk/docs/CMake.html

Modified: llvm/trunk/docs/CMake.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.html?rev=141872&r1=141871&r2=141872&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Thu Oct 13 12:36:02 2011
@@ -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,





More information about the llvm-commits mailing list