summaryrefslogtreecommitdiffstats
path: root/llvm/docs/FAQ.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-26 15:46:53 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-26 15:46:53 +0000
commit4d3171fc411ae97334ca64840385a693feddc86b (patch)
tree5ac6ba17b54a694d8a1ab69193c6a8498770761c /llvm/docs/FAQ.html
parent9aa244ed16a4be6e3c1edca496b0536b9abcbe30 (diff)
downloadbcm5719-llvm-4d3171fc411ae97334ca64840385a693feddc86b.tar.gz
bcm5719-llvm-4d3171fc411ae97334ca64840385a693feddc86b.zip
Fix some anchors.
llvm-svn: 27977
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r--llvm/docs/FAQ.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html
index 169e397e805..331227f7e1e 100644
--- a/llvm/docs/FAQ.html
+++ b/llvm/docs/FAQ.html
@@ -391,12 +391,12 @@ rebuilding.</p>
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="felangs">Source Languages</a>
-</div>
+<div class="doc_section"><a name="felangs">Source Languages</a></div>
-<div class="question"><p>What source languages are supported?</p></div>
-<div name="langs" class="answer">
+<div class="question"><p>
+ <a name="langs">What source languages are supported?</a></p>
+</div>
+<div class="answer">
<p>LLVM currently has full support for C and C++ source languages. These are
available through a special version of GCC that LLVM calls the
<a href="#cfe">C Front End</a></p>
@@ -410,9 +410,9 @@ rebuilding.</p>
<p>The PyPy developers are working on integrating LLVM into the PyPy backend
so that PyPy language can translate to LLVM.</p>
</div>
-<div name="langhlsupp" class="question">
+<div class="question"><a name="langhlsupp">
<p>What support is there for a higher level source language constructs for
- building a compiler?</p>
+ building a compiler?</a></p>
</div>
<div class="answer">
<p>Currently, there isn't much. LLVM supports an intermediate representation
OpenPOWER on IntegriCloud