summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-03 16:03:39 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-03 16:03:39 +0000
commit6e0a667f2582fd426ce6a39a933edc7e93ad9466 (patch)
tree6a8f02ef6e14a767762a4eaa8d2fa7106e1b3f55 /docs/GettingStarted.html
parentce760f6f544c23e372933ae96910536e48a7a350 (diff)
downloadllvm-6e0a667f2582fd426ce6a39a933edc7e93ad9466.tar.gz
llvm-6e0a667f2582fd426ce6a39a933edc7e93ad9466.tar.bz2
llvm-6e0a667f2582fd426ce6a39a933edc7e93ad9466.tar.xz
Added another remark on how building the C front end is optional.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 778c569215..b61bf6f6a6 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -205,7 +205,7 @@
&nbsp;&nbsp;&nbsp;# this is csh or tcsh syntax</tt>
</ol>
<p>
- <li>Build the LLVM C Front End
+ <li>Build the LLVM C Front End <b>(optional)</b>
<ol>
<li>Create a directory for the object files to live.
<li><tt>cd <i>object file directory</i></tt>