From c8e41c591741b3da1077f7000274ad040bef8002 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Jul 2012 08:51:15 +0000 Subject: Fix a typo (the the => the) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d1df7dd..c91cb03 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -627,7 +627,7 @@ upgrading to a newer version of Gold.

LLVM and to give you some basic information about the LLVM environment.

The later sections of this guide describe the general layout of the the LLVM source tree, a general layout of the LLVM source tree, a simple example using the LLVM tool chain, and links to find more information about LLVM or to get help via e-mail.

@@ -1535,7 +1535,7 @@ information is in the Command Guide.

bitcode or assembly (with the -emit-llvm option) instead of the usual machine code output. It works just like any other GCC compiler, taking the typical -c, -S, -E, -o options that are typically used. - Additionally, the the source code for llvm-gcc is available as a + Additionally, the source code for llvm-gcc is available as a separate Subversion module.
opt
-- cgit v1.1