[llvm] r263314 - Updating source languages entry in FAQ.

Wilfred Hughes via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 16:43:26 PST 2016


Author: wilfred
Date: Fri Mar 11 18:43:26 2016
New Revision: 263314

URL: http://llvm.org/viewvc/llvm-project?rev=263314&view=rev
Log:
Updating source languages entry in FAQ.

Dragonegg is no longer actively maintained[1], and the Pypy team is not
actively pursuing LLVM[2].

1: http://reviews.llvm.org/D9331
2: http://rpython.readthedocs.org/en/latest/faq.html#could-we-use-llvm


Modified:
    llvm/trunk/docs/FAQ.rst

Modified: llvm/trunk/docs/FAQ.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.rst?rev=263314&r1=263313&r2=263314&view=diff
==============================================================================
--- llvm/trunk/docs/FAQ.rst (original)
+++ llvm/trunk/docs/FAQ.rst Fri Mar 11 18:43:26 2016
@@ -212,12 +212,11 @@ Source Languages
 
 What source languages are supported?
 ------------------------------------
-LLVM currently has full support for C and C++ source languages. These are
-available through both `Clang <http://clang.llvm.org/>`_ and `DragonEgg
-<http://dragonegg.llvm.org/>`_.
 
-The PyPy developers are working on integrating LLVM into the PyPy backend so
-that PyPy language can translate to LLVM.
+LLVM currently has full support for C and C++ source languages through
+`Clang <http://clang.llvm.org/>`_. Many other language frontends have
+been written using LLVM, and an incomplete list is available at
+`projects with LLVM <http://llvm.org/ProjectsWithLLVM/>`_.
 
 
 I'd like to write a self-hosting LLVM compiler. How should I interface with the LLVM middle-end optimizers and back-end code generators?




More information about the llvm-commits mailing list