summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-03 16:49:40 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-03 16:49:40 +0000
commita27028b710127f205987f9212e10cfc2151333fb (patch)
tree8e224d92eb012781b2204fafa651c1491bc8de0e /docs
parent6dd90d2217ae0eb894db6b2b3e9a69cfadd0a2af (diff)
downloadllvm-a27028b710127f205987f9212e10cfc2151333fb.tar.gz
llvm-a27028b710127f205987f9212e10cfc2151333fb.tar.bz2
llvm-a27028b710127f205987f9212e10cfc2151333fb.tar.xz
Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot
that <> denotes a tag). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 39bc10dcb2..c56f5c8608 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -262,8 +262,8 @@
during the LLVM suite build; you will just need to know where it will
go for configuring the build system and running the test suite later.
<p>
- For the pre-built binaries, the LLVMGCCDIR is
- <tt>cfrontend/<platform>/llvm-gcc</tt>.
+ For the pre-built C front end binaries, the LLVMGCCDIR is
+ <tt>cfrontend/<i>platform</i>/llvm-gcc</tt>.
<dt>GCCSRC
<dd>