[llvm-commits] [lld] r172501 - /lld/trunk/docs/index.rst

Michael J. Spencer bigcheesegs at gmail.com
Mon Jan 14 18:00:48 PST 2013


Author: mspencer
Date: Mon Jan 14 20:00:48 2013
New Revision: 172501

URL: http://llvm.org/viewvc/llvm-project?rev=172501&view=rev
Log:
[docs] Update status.

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=172501&r1=172500&r2=172501&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Mon Jan 14 20:00:48 2013
@@ -48,6 +48,15 @@
 
 lld is in its very early stages of development.
 
+On Linux it can currently statically link `Lua_` against both `diet libc_` +
+`OpenLibm_` and `musl_` on x86-64. It can not currently link against glibc due
+to unimplemented features.
+
+.. _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/
+
 Source
 ------
 





More information about the llvm-commits mailing list