summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0cb8977c0aad998860cccf1da7a9d80c22d2a78f (patch)
treebb6271a557c7866b0a54d91cb623588653312617 /llvm/docs/GettingStarted.html
parentc71d08bc22ae12755afb4d65bc33852e4dba7355 (diff)
downloadbcm5719-llvm-0cb8977c0aad998860cccf1da7a9d80c22d2a78f.tar.gz
bcm5719-llvm-0cb8977c0aad998860cccf1da7a9d80c22d2a78f.zip
aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!
llvm-svn: 70082
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 6a54c02ae12..e4d0438e444 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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
OpenPOWER on IntegriCloud