summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-11 20:02:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-11 20:02:52 +0000
commit2c607b665dbeb52e2ade86f0e1f191695290da3b (patch)
tree2e8a9aa06ce6300aeb0ca807d54ca934716975c3 /docs
parentb5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b (diff)
downloadllvm-2c607b665dbeb52e2ade86f0e1f191695290da3b.tar.gz
llvm-2c607b665dbeb52e2ade86f0e1f191695290da3b.tar.bz2
llvm-2c607b665dbeb52e2ade86f0e1f191695290da3b.tar.xz
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index d7fcc6a1fe..c8a7d2f872 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1502,13 +1502,9 @@ different <a href="#tools">tools</a>.</p>
at runtime in both interpreted and JIT compiled fashions.</dd>
<dt><tt><b>llvm/lib/Support/</b></tt></dt>
- <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>
+ <dd> This directory contains the source code that corresponds to the header
+ files located in <tt>llvm/include/ADT/</tt>
+ and <tt>llvm/include/Support/</tt>.</dd>
</dl>
</div>