aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-25 22:08:52 +0000
committerChris Lattner <sabre@nondot.org>2009-04-25 22:08:52 +0000
commit15aeb9a1ac463049274d9d88afd46a55976cdbdf (patch)
treec3e0295acf9d6cbcb4d3cacd3cb683cf75ba839b /docs/GettingStarted.html
parent5a871bba692eff7a3404fe4ec3a55e7f239da254 (diff)
downloadexternal_llvm-15aeb9a1ac463049274d9d88afd46a55976cdbdf.zip
external_llvm-15aeb9a1ac463049274d9d88afd46a55976cdbdf.tar.gz
external_llvm-15aeb9a1ac463049274d9d88afd46a55976cdbdf.tar.bz2
aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 6a54c02..e4d0438 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -327,9 +327,9 @@ up</a></li>
<p>Note that you will need about 1-3 GB of space for a full LLVM build in Debug
mode, depending on the system (it is so large because of all the debugging
information and the fact that the libraries are statically linked into multiple
-tools). If you do not need many of the tools and you are space-conscious,
-you can disable them individually in <tt>llvm/tools/Makefile</tt>. The Release
-build requires considerably less space.</p>
+tools). If you do not need many of the tools and you are space-conscious, you
+can pass <tt>ONLY_TOOLS="tools you need"</tt> to make. The Release build
+requires considerably less space.</p>
<p>The LLVM suite <i>may</i> compile on other platforms, but it is not
guaranteed to do so. If compilation is successful, the LLVM utilities should be