diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-09 04:19:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-09 04:19:28 +0000 |
commit | f287f01cd11bef94ff90433d2dfe27b78c0f9f4c (patch) | |
tree | ae7c6a641779b8357077dbc091fd38f204419e98 /docs/GettingStartedVS.html | |
parent | c37b4294847a4a3a3c517d4b3f17c6f3603c1733 (diff) |
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/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 96b7bfe928..7417f4aaa9 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -112,7 +112,8 @@ <p>If you would like to run the LLVM tests you will need <a href="http://www.python.org/">Python</a>. Versions 2.4-2.7 are known to - work.</p> + work. You will need <a href="http://gnuwin32.sourceforge.net/">"GnuWin32"</a> + tools, too.</p> <p>Do not install the LLVM directory tree into a path containing spaces (e.g. C:\Documents and Settings\...) as the configure step will fail.</p> @@ -191,6 +192,15 @@ program will print the corresponding fibonacci value.</li> </ul></li> + <li>Test LLVM on Visual Studio: + <ul> + <li>If %PATH% does not contain GnuWin32, you may specify LLVM_LIT_TOOLS_DIR + on CMake for the path to GnuWin32.</li> + <li>You can run LLVM tests to build the project "check".</li> + </ul> + </li> + + <!-- FIXME: Is it up-to-date? --> <li>Test LLVM: <ul> <li>The LLVM tests can be run by <tt>cd</tt>ing to the llvm source directory |