Add more details about file formats. Fix whitespace.

llvm-svn: 152939
This commit is contained in:
Nick Kledzik 2012-03-16 20:03:05 +00:00
parent af0cc7fd27
commit a144a1d736
1 changed files with 14 additions and 11 deletions

View File

@ -44,6 +44,8 @@
<p><b>End-User Features:</b></p>
<ul>
<li>Compatible with existing linker options</li>
<li>Reads standard Object Files (e.g. ELF, mach-o, PE/COFF)</li>
<li>Writes standard Executable Files (e.g. ELF, mach-o, PE)</li>
<li>Fast link times</li>
<li>Minimal memory use</li>
<li>Remove clang's reliance on "the system linker"</li>
@ -63,6 +65,7 @@
<li>Extensive unit tests</li>
<li>Internal linker model can be dumped/read to textual format</li>
<li>Internal linker model can be dumped/read to new native format</li>
<li>Native format designed to be fast to read and write</li>
<li>Additional linking features can be plugged in as "passes"</li>
<li>OS specific and CPU specific code factored out</li>
</ul>