[cfe-commits] [Review request][Win] CMake & Lit: the new feature "LLVM_LIT_TOOLS_DIR"
Óscar Fuentes
ofv at wanadoo.es
Tue Dec 7 02:44:53 PST 2010
Hello Takumi.
NAKAMURA Takumi <geek4civic at gmail.com> writes:
[snip]
> +set(LLVM_LIT_TOOLS_DIR "" CACHE PATH "Path to GnuWin32 tools")
I guess that other ports can be used (MSYS, Cygwin, etc) So instead of
GnuWin32 maybe you should list the names of the required tools (cmp,
sed, grep) on the docstring.
+set(LLVM_LIT_TOOLS_DIR "" CACHE PATH
+ "Path to GNU cmp, grep and sed. Used when running tests.")
More information about the cfe-commits
mailing list