summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-08-08 22:43:39 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-08-08 22:43:39 +0000
commit3c852b620a5e000f7f38a9945b43192c9bfd4674 (patch)
tree580f34da0858a2c9ef2794ac0c5581fb6caf93c6 /docs
parentef0096f7003a94c4f35037cffac1801facc320d5 (diff)
downloadllvm-3c852b620a5e000f7f38a9945b43192c9bfd4674.tar.gz
llvm-3c852b620a5e000f7f38a9945b43192c9bfd4674.tar.bz2
llvm-3c852b620a5e000f7f38a9945b43192c9bfd4674.tar.xz
Added a FAQ about how to clean the directory if it fails to build after an
update. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index c329a69052..ff4b229562 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1036,6 +1036,19 @@
<tt>configure</tt> to do its work without having to adjust your
<tt>PATH</tt> permanently.
</ol>
+
+ <dt><b>I've upgraded to a new version of LLVM, and I get strange build
+ errors.</b>
+ <dd>
+ Sometimes changes to the LLVM source code alters how the build system
+ works. Changes in libtool, autoconf, or header file dependencies are
+ especially prone to this sort of problem.
+ <p>
+ The best thing to try is to remove the old files and re-build. In most
+ cases, this takes care of the problem. To do this, just type <tt>make
+ clean</tt> and then <tt>make</tt> in the directory that fails to build.
+ <p>
+
</dl>
<!--=====================================================================-->