From 66a6d92da5e2440f4e914532bebb2291751e0a0a 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.
llvm-svn: 128881
---
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.