[llvm-commits] [llvm] r69441 - /llvm/trunk/docs/GettingStarted.html
Duncan Sands
baldrick at free.fr
Sat Apr 18 05:40:53 PDT 2009
Author: baldrick
Date: Sat Apr 18 07:40:19 2009
New Revision: 69441
URL: http://llvm.org/viewvc/llvm-project?rev=69441&view=rev
Log:
Make it clearer that llvm-gcc is not needed for
building llvm.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=69441&r1=69440&r2=69441&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Sat Apr 18 07:40:19 2009
@@ -159,7 +159,8 @@
<li><tt>--with-llvmgccdir=<i>directory</i></tt>
<p>Optionally, specify for <i>directory</i> the full pathname of the
C/C++ front end installation to use with this LLVM configuration. If
- not specified, the PATH will be searched.</p></li>
+ not specified, the PATH will be searched. This is only needed if you
+ want to run the testsuite or do some special kinds of LLVM builds.</p></li>
<li><tt>--enable-spec2000=<i>directory</i></tt>
<p>Enable the SPEC2000 benchmarks for testing. The SPEC2000
benchmarks should be available in
More information about the llvm-commits
mailing list