From a8b3e18a44e490f3a52ff974d9ee797660dda545 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 5 Apr 2011 08:24:15 +0000 Subject: [PATCH] docs/GettingStarted.html: FIXME: dg, lit, and source tree layout. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128881 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.
-- 2.34.1