From 4d3171fc411ae97334ca64840385a693feddc86b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 26 Apr 2006 15:46:53 +0000 Subject: [PATCH] Fix some anchors. llvm-svn: 27977 --- llvm/docs/FAQ.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 169e397e805e..331227f7e1e8 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -391,12 +391,12 @@ rebuilding.

-
- Source Languages -
+
Source Languages
-

What source languages are supported?

-
+ +

LLVM currently has full support for C and C++ source languages. These are available through a special version of GCC that LLVM calls the C Front End

@@ -410,9 +410,9 @@ rebuilding.

The PyPy developers are working on integrating LLVM into the PyPy backend so that PyPy language can translate to LLVM.

-