diff --git a/docs/CMake.html b/docs/CMake.html index fc729af1740..e303d132b59 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -339,6 +339,12 @@ on Visual C++ and Xcode, "-sv" on others. +
LLVM_LIT_TOOLS_DIR:STRING
+
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, + without specifying GnuWin32 to %PATH%.
+
LLVM_ENABLE_FFI:BOOL
Indicates whether LLVM Interpreter will be linked with Foreign Function Interface library. If the library or its headers are @@ -364,7 +370,7 @@

make check

-

Testing is not supported on Visual Studio.

+

On Visual Studio, you may run tests to build the project "check".

diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 96b7bfe928b..7417f4aaa9b 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -112,7 +112,8 @@

If you would like to run the LLVM tests you will need Python. Versions 2.4-2.7 are known to - work.

+ work. You will need "GnuWin32" + tools, too.

Do not install the LLVM directory tree into a path containing spaces (e.g. C:\Documents and Settings\...) as the configure step will fail.

@@ -191,6 +192,15 @@ program will print the corresponding fibonacci value. +
  • Test LLVM on Visual Studio: + +
  • + +
  • Test LLVM: