diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-15 16:59:24 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-15 16:59:24 +0000 |
| commit | a8e267b3980a5499dffc0eb6d3309c17564decff (patch) | |
| tree | 612a60a1629e8f789603a6315ab1b3feeccd5219 /clang/docs | |
| parent | 5fb5e3b384d511a3798bd02489c710754ede8f58 (diff) | |
| download | bcm5719-llvm-a8e267b3980a5499dffc0eb6d3309c17564decff.tar.gz bcm5719-llvm-a8e267b3980a5499dffc0eb6d3309c17564decff.zip | |
Internals manual: eliminate mention of System library
llvm-svn: 142074
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/InternalsManual.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 54f01fca0e7..2dffb10740a 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -19,7 +19,7 @@ td { <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 @@ Clang, not for end-users. The description below is categorized by 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> |

