diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 588aef84494..000d0507da8 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -11,8 +11,26 @@ Bootstrapping the LLVM C/C++ Front-End -
This document is intended to explain the process of building the LLVM -C/C++ front-end, based on GCC 3.4, from source.
+ + +Written by Brian R. Gaeke
+This document is intended to explain the process of building the +LLVM C/C++ front-end, based on GCC 3.4, from its source code. You +would have to do this, for example, if you are porting LLVM to a new +architecture or operating system.
NOTE: This is currently a somewhat fragile, error-prone process, and you should only try to do it if:
@@ -24,6 +42,7 @@ process, and you should only try to do it if:We welcome patches to help make this process simpler.
+