forked from OSchip/llvm-project
parent
08b49bf27e
commit
18950a174e
|
@ -48,9 +48,8 @@ Current Status
|
|||
|
||||
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.
|
||||
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/
|
||||
|
|
Loading…
Reference in New Issue