The code is able to statically link the simplest case of:
int main() { return 0; }
* Only works with ARM code - no Thumb code, no interwork (-marm -mno-thumb-interwork)
* musl libc built with no interwork and no Thumb code
Differential Revision: http://reviews.llvm.org/D6716
From: Denis Protivensky <dprotivensky@accesssoftek.com>
llvm-svn: 226643
18 lines
409 B
ReStructuredText
18 lines
409 B
ReStructuredText
.. _open_projects:
|
|
|
|
Open Projects
|
|
=============
|
|
|
|
.. include:: ../include/lld/Core/TODO.txt
|
|
.. include:: ../lib/Core/TODO.txt
|
|
.. include:: ../lib/Driver/TODO.rst
|
|
.. include:: ../lib/ReaderWriter/ELF/X86_64/TODO.rst
|
|
.. include:: ../lib/ReaderWriter/ELF/AArch64/TODO.rst
|
|
.. include:: ../lib/ReaderWriter/ELF/ARM/TODO.rst
|
|
.. include:: ../tools/lld/TODO.txt
|
|
|
|
Documentation TODOs
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. todolist::
|