[cfe-commits] r127863 - /cfe/trunk/www/hacking.html
NAKAMURA Takumi
geek4civic at gmail.com
Thu Mar 17 20:21:44 PDT 2011
Author: chapuni
Date: Thu Mar 17 22:21:44 2011
New Revision: 127863
URL: http://llvm.org/viewvc/llvm-project?rev=127863&view=rev
Log:
www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR.
Modified:
cfe/trunk/www/hacking.html
Modified: cfe/trunk/www/hacking.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=127863&r1=127862&r2=127863&view=diff
==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Thu Mar 17 22:21:44 2011
@@ -162,17 +162,25 @@
Download the latest stable version (2.6.2 at the time of this writing).</p>
<p>The GnuWin32 tools are also necessary for running the tests.
- (Note that the grep from MSYS or Cygwin doesn't work with the tests
- because of embedded double-quotes in the search strings. The GNU
- grep does work in this case.)
Get them from <a href="http://getgnuwin32.sourceforge.net/">
- http://getgnuwin32.sourceforge.net/</a>.</p>
+ http://getgnuwin32.sourceforge.net/</a>.
+ If the environment variable <tt>%PATH%</tt> does not have GnuWin32,
+ or if other grep(s) supercedes GnuWin32 on <tt>%PATH%,</tt>
+ you should specify <tt>LLVM_LIT_TOOLS_DIR</tt>
+ to CMake explicitly.</p>
<p>The cmake build tool is set up to create Visual Studio project files
for running the tests, "clang-test" being the root. Therefore, to
run the test from Visual Studio, right-click the clang-test project
and select "Build".</p>
+ <p>
+ Please see also
+ <a href="http://llvm.org/docs/GettingStartedVS.html">Getting Started
+ with the LLVM System using Microsoft Visual Studio</a> and
+ <a href="http://llvm.org/docs/CMake.html">Building LLVM with CMake</a>.
+ </p>
+
<!--=====================================================================-->
<h3 id="testingCommands">Testing on the Command Line</h3>
<!--=====================================================================-->
More information about the cfe-commits
mailing list