diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
| commit | 037fc9311ad6c7254be49c2e061b30d552266870 (patch) | |
| tree | db760b22ac2265bd4637daad0b8eed3cfdf0d0b7 /llvm/docs/GettingStarted.html | |
| parent | 55dbf03e408094d47afe508f55a5b8daffb3cfe8 (diff) | |
| download | bcm5719-llvm-037fc9311ad6c7254be49c2e061b30d552266870.tar.gz bcm5719-llvm-037fc9311ad6c7254be49c2e061b30d552266870.zip | |
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around...
llvm-svn: 141703
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index d7fcc6a1fed..c8a7d2f872c 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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> |

