summaryrefslogtreecommitdiff
path: root/docs/CMake.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-09 04:19:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-09 04:19:28 +0000
commitf287f01cd11bef94ff90433d2dfe27b78c0f9f4c (patch)
treeae7c6a641779b8357077dbc091fd38f204419e98 /docs/CMake.html
parentc37b4294847a4a3a3c517d4b3f17c6f3603c1733 (diff)
downloadllvm-f287f01cd11bef94ff90433d2dfe27b78c0f9f4c.tar.gz
llvm-f287f01cd11bef94ff90433d2dfe27b78c0f9f4c.tar.bz2
llvm-f287f01cd11bef94ff90433d2dfe27b78c0f9f4c.tar.xz
Add testing stuff to CMake documents.
- Note "GnuWin32". - Note LLVM_LIT_TOOLS_DIR - Now we can run tests on VS w/e all tests might pass or not! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r--docs/CMake.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index fc729af174..e303d132b5 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -339,6 +339,12 @@
on Visual C++ and Xcode,
<tt>&quot;-sv&quot;</tt> on others.</dd>
+ <dt><b>LLVM_LIT_TOOLS_DIR</b>:STRING</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,
+ without specifying GnuWin32 to %PATH%.</dd>
+
<dt><b>LLVM_ENABLE_FFI</b>:BOOL</dt>
<dd>Indicates whether LLVM Interpreter will be linked with Foreign
Function Interface library. If the library or its headers are
@@ -364,7 +370,7 @@
<p><tt>make check</tt></p>
</div>
-<p>Testing is not supported on Visual Studio.</p>
+<p>On Visual Studio, you may run tests to build the project "check".</p>
</div>