diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-26 15:46:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-26 15:46:53 +0000 |
commit | c87f497f064e1f44084d710f6a9cc3a367d4b160 (patch) | |
tree | d7ebdbd804818cca5a984fb78408d3f7b7301cc4 /docs/FAQ.html | |
parent | 501bfee717a12cdd409c8f0257688b69d6a5e1a3 (diff) | |
download | external_llvm-c87f497f064e1f44084d710f6a9cc3a367d4b160.zip external_llvm-c87f497f064e1f44084d710f6a9cc3a367d4b160.tar.gz external_llvm-c87f497f064e1f44084d710f6a9cc3a367d4b160.tar.bz2 |
Fix some anchors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index 169e397..331227f 100644 --- a/docs/FAQ.html +++ b/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 |