summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GCCFEBuildInstrs.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:30:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:30:22 +0000
commitaa3d6242cfb3a21922f7ec13cbd5b65303a51f80 (patch)
tree9e983f7f24dd1e366320629556b37e9d9f58cb78 /llvm/docs/GCCFEBuildInstrs.html
parent576273cf5629429e757c2de2448ebf022524c069 (diff)
downloadbcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.tar.gz
bcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.zip
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
<h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
Diffstat (limited to 'llvm/docs/GCCFEBuildInstrs.html')
-rw-r--r--llvm/docs/GCCFEBuildInstrs.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/GCCFEBuildInstrs.html b/llvm/docs/GCCFEBuildInstrs.html
index f3c94594977..6eb409b79c2 100644
--- a/llvm/docs/GCCFEBuildInstrs.html
+++ b/llvm/docs/GCCFEBuildInstrs.html
@@ -27,7 +27,7 @@
<h2><a name="instructions">Building llvm-gcc from Source</a></h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>This section describes how to acquire and build llvm-gcc 4.2, which is based
on the GCC 4.2.1 front-end. Supported languages are Ada, C, C++, Fortran,
@@ -70,7 +70,7 @@ svn co http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk <i>dst-directory</i>
<h2><a name="ada">Building the Ada front-end</a></h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>Building with support for Ada amounts to following the directions in the
top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example:
<tt>EXTRALANGS=,ada</tt></p>
@@ -236,7 +236,7 @@ make install
<h2><a name="fortran">Building the Fortran front-end</a></h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<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>
@@ -250,7 +250,7 @@ EXTRALANGS=,fortran
<h2><a name="license">License Information</a></h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>
The LLVM GCC frontend is licensed to you under the GNU General Public License
and the GNU Lesser General Public License. Please see the files COPYING and
OpenPOWER on IntegriCloud