From: Peter Collingbourne
Date: Sat, 15 Oct 2011 16:59:24 +0000 (+0000)
Subject: Internals manual: eliminate mention of System library
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=967c118b302420f8368b0ffc953b72ae084c7e62;p=clang
Internals manual: eliminate mention of System library
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142074 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 54f01fca0e..2dffb10740 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -19,7 +19,7 @@ td {
-LLVM System and Support Libraries
+LLVM Support Library
-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 data-structures,
- including command line option
-processing and various containers.
+The LLVM libsupport library provides many underlying libraries and
+data-structures,
+including command line option processing, various containers and a system
+abstraction layer, which is used for file system access.
The Clang 'Basic' Library