From 15aeb9a1ac463049274d9d88afd46a55976cdbdf Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 25 Apr 2009 22:08:52 +0000
Subject: 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
---
docs/GettingStarted.html | 6 +++---
docs/MakefileGuide.html | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
(limited to 'docs')
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
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 llvm/tools/Makefile. The Release
-build requires considerably less space.
+tools). If you do not need many of the tools and you are space-conscious, you
+can pass ONLY_TOOLS="tools you need" to make. The Release build
+requires considerably less space.
The LLVM suite may compile on other platforms, but it is not
guaranteed to do so. If compilation is successful, the LLVM utilities should be
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index 5f561f3..5e918bf 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -841,6 +841,8 @@
MKDIR(defaulted)
Specifies the path to the mkdir tool that creates
directories.
+ ONLY_TOOLS
+ If set, specifies the list of tools to build.
PLATFORMSTRIPOPTS
The options to provide to the linker to specify that a stripped (no
symbols) executable should be built.
--
cgit v1.1