[cfe-commits] r142074 - /cfe/trunk/docs/InternalsManual.html
Peter Collingbourne
peter at pcc.me.uk
Sat Oct 15 09:59:24 PDT 2011
Author: pcc
Date: Sat Oct 15 11:59:24 2011
New Revision: 142074
URL: http://llvm.org/viewvc/llvm-project?rev=142074&view=rev
Log:
Internals manual: eliminate mention of System library
Modified:
cfe/trunk/docs/InternalsManual.html
Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=142074&r1=142073&r2=142074&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Sat Oct 15 11:59:24 2011
@@ -19,7 +19,7 @@
<ul>
<li><a href="#intro">Introduction</a></li>
-<li><a href="#libsystem">LLVM System and Support Libraries</a></li>
+<li><a href="#libsupport">LLVM Support Library</a></li>
<li><a href="#libbasic">The Clang 'Basic' Library</a>
<ul>
<li><a href="#Diagnostics">The Diagnostics Subsystem</a></li>
@@ -89,15 +89,13 @@
libraries, and does not describe any of the clients of the libraries.</p>
<!-- ======================================================================= -->
-<h2 id="libsystem">LLVM System and Support Libraries</h2>
+<h2 id="libsupport">LLVM Support Library</h2>
<!-- ======================================================================= -->
-<p>The LLVM libsystem library provides the basic Clang system abstraction layer,
-which is used for file system access. The LLVM libsupport library provides many
-underlying libraries and <a
-href="http://llvm.org/docs/ProgrammersManual.html">data-structures</a>,
- including command line option
-processing and various containers.</p>
+<p>The LLVM libsupport library provides many underlying libraries and
+<a href="http://llvm.org/docs/ProgrammersManual.html">data-structures</a>,
+including command line option processing, various containers and a system
+abstraction layer, which is used for file system access.</p>
<!-- ======================================================================= -->
<h2 id="libbasic">The Clang 'Basic' Library</h2>
More information about the cfe-commits
mailing list