[llvm-commits] [llvm] r61482 - /llvm/trunk/docs/GCCFEBuildInstrs.html
Misha Brukman
brukman+llvm at gmail.com
Mon Dec 29 13:33:31 PST 2008
Author: brukman
Date: Mon Dec 29 15:33:30 2008
New Revision: 61482
URL: http://llvm.org/viewvc/llvm-project?rev=61482&view=rev
Log:
* Updated TOC and fixed named anchors
* Simplified section header marking
Modified:
llvm/trunk/docs/GCCFEBuildInstrs.html
Modified: llvm/trunk/docs/GCCFEBuildInstrs.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GCCFEBuildInstrs.html?rev=61482&r1=61481&r2=61482&view=diff
==============================================================================
--- llvm/trunk/docs/GCCFEBuildInstrs.html (original)
+++ llvm/trunk/docs/GCCFEBuildInstrs.html Mon Dec 29 15:33:30 2008
@@ -14,6 +14,8 @@
<ol>
<li><a href="#instructions">Building llvm-gcc from Source</a></li>
+ <li><a href="#ada">Building the Ada front-end</a></li>
+ <li><a href="#fortran">Building the Fortran front-end</a></li>
<li><a href="#license">License Information</a></li>
</ol>
@@ -22,9 +24,7 @@
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="instructions">Building llvm-gcc from Source</a>
-</div>
+<h1><a name="instructions">Building llvm-gcc from Source</a></h1>
<!-- *********************************************************************** -->
<div class="doc_text">
@@ -67,9 +67,8 @@
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="license">Building the Ada front-end</a>
-</div>
+<h1><a name="ada">Building the Ada front-end</a></h1>
+<!-- *********************************************************************** -->
<div class="doc_text">
<p>Building with support for Ada amounts to following the directions in the
@@ -220,13 +219,11 @@
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="license">Building the Fortran front-end</a>
-</div>
+<h1><a name="fortran">Building the Fortran front-end</a></h1>
+<!-- *********************************************************************** -->
<div class="doc_text">
-<p>
-To build with support for Fortran, follow the directions in the top-level
+<p>To build with support for Fortran, follow the directions in the top-level
<tt>README.LLVM</tt> file, adding ",fortran" to EXTRALANGS, for example:</p>
<pre class="doc_code">
@@ -236,9 +233,8 @@
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="license">License Information</a>
-</div>
+<h1><a name="license">License Information</a></h1>
+<!-- *********************************************************************** -->
<div class="doc_text">
<p>
More information about the llvm-commits
mailing list