diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d274fee0b75..7d997c9565a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -72,15 +72,17 @@ Here's the short story for getting up and running quickly with LLVM: - +

See Setting up your environment on tips to simplify working with the LLVM front-end and compiled tools. See the @@ -356,7 +358,7 @@ x.o file (which is an LLVM bytecode file that can be disassembled or manipulated just like any other bytecode file). The command line interface to gccas is designed to be as close as - possible to the system as utility so that the gcc + possible to the system 'as' utility so that the gcc frontend itself did not have to be modified to interface to a "wierd" assembler.

@@ -460,7 +462,7 @@ -Last modified: Thu Sep 19 14:55:19 CDT 2002 +Last modified: Thu Feb 13 22:20:39 CST 2003