From c8e41c591741b3da1077f7000274ad040bef8002 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.