summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStartedVS.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/GettingStartedVS.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/GettingStartedVS.html')
-rw-r--r--llvm/docs/GettingStartedVS.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html
index 469b5376afb..d6bf1b66839 100644
--- a/llvm/docs/GettingStartedVS.html
+++ b/llvm/docs/GettingStartedVS.html
@@ -36,7 +36,7 @@
</h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>Welcome to LLVM on Windows! This document only covers LLVM on Windows using
Visual Studio, not mingw or cygwin. In order to get started, you first need to
@@ -75,20 +75,18 @@
</h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>Before you begin to use the LLVM system, review the requirements given
below. This may save you some trouble by knowing ahead of time what hardware
and software you will need.</p>
-</div>
-
<!-- ======================================================================= -->
<h3>
<a name="hardware"><b>Hardware</b></a>
</h3>
-<div class="doc_text">
+<div>
<p>Any system that can adequately run Visual Studio .NET 2005 SP1 is fine.
The LLVM source tree and object files, libraries and executables will consume
@@ -98,7 +96,7 @@
<!-- ======================================================================= -->
<h3><a name="software"><b>Software</b></a></h3>
-<div class="doc_text">
+<div>
<p>You will need Visual Studio .NET 2005 SP1 or higher. The VS2005 SP1
beta and the normal VS2005 still have bugs that are not completely
@@ -118,13 +116,15 @@
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2>
<a name="quickstart"><b>Getting Started</b></a>
</h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>Here's the short story for getting up and running quickly with LLVM:</p>
@@ -234,7 +234,7 @@
</h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<ol>
<li><p>First, create a simple C file, name it 'hello.c':</p>
@@ -324,7 +324,7 @@ int main() {
</h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>If you are having problems building or using LLVM, or if you have any other
general questions about LLVM, please consult the <a href="FAQ.html">Frequently
@@ -338,7 +338,7 @@ Asked Questions</a> page.</p>
</h2>
<!-- *********************************************************************** -->
-<div class="doc_text">
+<div>
<p>This document is just an <b>introduction</b> to how to use LLVM to do
some simple things... there are many more interesting and complicated things
OpenPOWER on IntegriCloud