[lld] r174592 - [docs] lld self hosts.
Michael J. Spencer
bigcheesegs at gmail.com
Wed Feb 6 23:26:45 PST 2013
Author: mspencer
Date: Thu Feb 7 01:26:45 2013
New Revision: 174592
URL: http://llvm.org/viewvc/llvm-project?rev=174592&view=rev
Log:
[docs] lld self hosts.
Modified:
lld/trunk/docs/index.rst
Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=174592&r1=174591&r2=174592&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Thu Feb 7 01:26:45 2013
@@ -46,15 +46,9 @@ system linker tool.
Current Status
--------------
-lld is in its very early stages of development.
+lld is in its early stages of development.
-On Linux it can currently statically link `Lua`_ against `diet libc`_ +
-`OpenLibm`_, `musl`_ and glibc on x86-64.
-
-.. _Lua: http://www.lua.org/
-.. _diet libc: http://www.fefe.de/dietlibc/
-.. _OpenLibm: https://github.com/JuliaLang/openlibm#readme
-.. _musl: http://www.musl-libc.org/
+It can currently self host on Linux x86-64 with -static.
Source
------
More information about the llvm-commits
mailing list