aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
commit9c55f5965ba337469466fafec364b0ea6eca459f (patch)
tree903cdd18afaf11f5cf5e34f76cd082b1d1b0f730 /docs/FAQ.html
parentdacffb6679ff99fec4cc9c54f4257d2913870d01 (diff)
downloadexternal_llvm-9c55f5965ba337469466fafec364b0ea6eca459f.zip
external_llvm-9c55f5965ba337469466fafec364b0ea6eca459f.tar.gz
external_llvm-9c55f5965ba337469466fafec364b0ea6eca459f.tar.bz2
llvm/docs/*.html: Fix markups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 7294cdd..74e8534 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -140,6 +140,8 @@
</h2>
<!-- *********************************************************************** -->
+<div>
+
<div class="question">
<p>Why are the LLVM source code and the front-end distributed under different
licenses?</p>
@@ -185,12 +187,16 @@
GPL, as explained in the first question above.</p>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2>
<a name="source">Source Code</a>
</h2>
<!-- *********************************************************************** -->
+<div>
+
<div class="question">
<p>In what language is LLVM written?</p>
</div>
@@ -223,12 +229,16 @@ LLVM have been ported to a plethora of platforms.</p>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2>
<a name="build">Build Problems</a>
</h2>
<!-- *********************************************************************** -->
+<div>
+
<div class="question">
<p>When I run configure, it finds the wrong C compiler.</p>
</div>
@@ -435,11 +445,15 @@ Stop.
<p>We regret the inconvenience.</p>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2>
<a name="felangs">Source Languages</a>
</h2>
+<div>
+
<div class="question">
<p><a name="langs">What source languages are supported?</a></p>
</div>
@@ -540,11 +554,15 @@ Stop.
Instruction</a>.</p>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2>
<a name="cfe">Using the GCC Front End</a>
</h2>
+<div>
+
<div class="question">
<p>When I compile software that uses a configure script, the configure script
thinks my system has all of the header files and libraries it is testing for.
@@ -697,11 +715,15 @@ Stop.
order to have the result conform to the platform ABI.</p>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2>
<a name="cfe_code">Questions about code generated by the GCC front-end</a>
</h2>
+<div>
+
<div class="question">
<p><a name="iosinit">What is this <tt>llvm.global_ctors</tt> and
<tt>_GLOBAL__I__tmp_webcompile...</tt> stuff that happens when I <tt>#include
@@ -907,6 +929,8 @@ F.i:
</div>
+</div>
+
<!-- *********************************************************************** -->
<hr>