diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-05 08:24:15 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-05 08:24:15 +0000 |
| commit | f8e44c35eb4991775bce5676516722d6e96a79ed (patch) | |
| tree | b72f7fad4e340dd25b25031461c807a565482f27 /llvm/docs/GettingStarted.html | |
| parent | 1d7062597070b2ada867df148d95adfd46be38cc (diff) | |
| download | bcm5719-llvm-f8e44c35eb4991775bce5676516722d6e96a79ed.tar.gz bcm5719-llvm-f8e44c35eb4991775bce5676516722d6e96a79ed.zip | |
docs/GettingStarted.html: FIXME: dg, lit, and source tree layout.
llvm-svn: 128881
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 76d404772a5..45a8ec0e2d8 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -404,6 +404,11 @@ href="GCCFEBuildInstrs.html">try to compile it</a> on your platform.</p> <td>Subversion access to LLVM<sup><a href="#sf2">2</a></sup></td> </tr> + <!-- FIXME: + Do we support dg? + Are DejaGnu and expect obsolete? + Shall we mention Python? --> + <tr> <td><a href="http://savannah.gnu.org/projects/dejagnu">DejaGnu</a></td> <td>1.4.2</td> @@ -1335,6 +1340,10 @@ different <a href="#tools">tools</a>.</p> <dd> This directory contains the major parts of the code generator: Instruction Selector, Instruction Scheduling, and Register Allocation.</dd> + <dt><tt><b>llvm/lib/MC/</b></tt></dt> + <dd>(FIXME: T.B.D.)</dd> + + <!--FIXME: obsoleted --> <dt><tt><b>llvm/lib/Debugger/</b></tt></dt> <dd> 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 <a href="#tools">tools</a>.</p> <dd> This directory contains the source code that corresponds to the header files located in <tt>llvm/include/Support/</tt>.</dd> + <!--FIXME: obsoleted --> <dt><tt><b>llvm/lib/System/</b></tt></dt> <dd>This directory contains the operating system abstraction layer that shields LLVM from platform-specific coding.</dd> |

