From: NAKAMURA Takumi Date: Thu, 13 Oct 2011 17:36:02 +0000 (+0000) Subject: docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e0af2adc182fda5b03be5a7027f375804343c8df;p=oota-llvm.git 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 --- diff --git a/docs/CMake.html b/docs/CMake.html index c9531d68139..6389c7f22af 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -340,7 +340,7 @@ on Visual C++ and Xcode, "-sv" on others. -
LLVM_LIT_TOOLS_DIR:STRING
+
LLVM_LIT_TOOLS_DIR:PATH
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,