Test website auto-update.

llvm-svn: 153102
This commit is contained in:
Michael J. Spencer 2012-03-20 18:22:49 +00:00
parent c2c4e34a46
commit a9a2572cca
1 changed files with 4 additions and 4 deletions

View File

@ -49,17 +49,17 @@
<li>Fast link times</li> <li>Fast link times</li>
<li>Minimal memory use</li> <li>Minimal memory use</li>
<li>Remove clang's reliance on "the system linker"</li> <li>Remove clang's reliance on "the system linker"</li>
<li>Uses the LLVM 'BSD' License</li>
</ul> </ul>
<p><b>Applications:</b></p> <p><b>Applications:</b></p>
<ul> <ul>
<li>Use the LLVM 'BSD' License</li>
<li>Modular design</li> <li>Modular design</li>
<li>Support cross linking</li> <li>Support cross linking</li>
<li>Easy to add new CPU support</li> <li>Easy to add new CPU support</li>
<li>Can be built as static tool or library</li> <li>Can be built as static tool or library</li>
</ul> </ul>
<p><b>Design and Implementation:</b></p> <p><b>Design and Implementation:</b></p>
<ul> <ul>
<li>Extensive unit tests</li> <li>Extensive unit tests</li>
@ -77,7 +77,7 @@
<p>The fact that clang relies on whatever linker tool you happen to have <p>The fact that clang relies on whatever linker tool you happen to have
installed means that clang has been very conservative adopting features installed means that clang has been very conservative adopting features
which require a recent linker.</p> which require a recent linker.</p>
<p>In the same way that the MC layer of LLVM has removed clang's reliance <p>In the same way that the MC layer of LLVM has removed clang's reliance
on the system assembler tool, the lld project will remove clang's reliance on the system assembler tool, the lld project will remove clang's reliance
on the system linker tool.</p> on the system linker tool.</p>
@ -96,7 +96,7 @@
<ul> <ul>
<li><a href="linker_design.html">Design of lld</a></li> <li><a href="linker_design.html">Design of lld</a></li>
</ul> </ul>
</div> </div>
</body> </body>
</html> </html>