diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 76d404772a5..45a8ec0e2d8 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -404,6 +404,11 @@ href="GCCFEBuildInstrs.html">try to compile it on your platform.

Subversion access to LLVM2 + + DejaGnu 1.4.2 @@ -1335,6 +1340,10 @@ different tools.

This directory contains the major parts of the code generator: Instruction Selector, Instruction Scheduling, and Register Allocation.
+
llvm/lib/MC/
+
(FIXME: T.B.D.)
+ +
llvm/lib/Debugger/
This directory contains the source level debugger library that makes it possible to instrument LLVM programs so that a debugger could identify @@ -1348,6 +1357,7 @@ different tools.

This directory contains the source code that corresponds to the header files located in llvm/include/Support/.
+
llvm/lib/System/
This directory contains the operating system abstraction layer that shields LLVM from platform-specific coding.