From 35521e231034815b6962eff0dbbd8ee132038784 Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru
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.\n" if !
Provides other passes access to information on how the size and alignment - required by the the target ABI for various data types.
+ required by the target ABI for various data types.Constructor used when you need to create new Functions to add - the the program. The constructor must specify the type of the function to + the program. The constructor must specify the type of the function to create and what type of linkage the function should have. The FunctionType argument specifies the formal arguments and return value for the function. The same diff --git a/llvm/docs/tutorial/LangImpl8.html b/llvm/docs/tutorial/LangImpl8.html index efd1756f0cdc..7c1a500a21bf 100644 --- a/llvm/docs/tutorial/LangImpl8.html +++ b/llvm/docs/tutorial/LangImpl8.html @@ -47,7 +47,7 @@
Welcome to the the final chapter of the "Implementing a
+ Welcome to the final chapter of the "Implementing a
language with LLVM" tutorial. In the course of this tutorial, we have grown
our little Kaleidoscope language from being a useless toy, to being a
semi-interesting (but probably still useless) toy. :) Welcome to the the final chapter of the "Implementing a
+ Welcome to the final chapter of the "Implementing a
language with LLVM" tutorial. In the course of this tutorial, we have grown
our little Kaleidoscope language from being a useless toy, to being a
semi-interesting (but probably still useless) toy. :)