Greg Fitzgerald 8a1887f1f1 [ELF] Minimal implementation for ARM static linking
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
2015-01-21 07:35:48 +00:00
..
2012-04-10 16:18:16 +00:00
2014-01-27 03:09:26 +00:00
2014-03-02 13:00:23 +00:00
2014-06-03 03:07:49 +00:00
2013-05-11 00:26:26 +00:00
2014-01-27 03:09:26 +00:00
2014-03-05 20:39:57 +00:00
2014-12-23 18:52:41 +00:00
2014-08-06 14:11:47 +00:00

lld Documentation
=================

The lld documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

We currently use the 'nature' theme and a Beaker inspired structure.

To rebuild documents into html:

   [/lld/docs]> make html