From: Wilfred Hughes Date: Sat, 12 Mar 2016 00:43:26 +0000 (+0000) Subject: Updating source languages entry in FAQ. X-Git-Tag: llvmorg-3.9.0-rc1~11900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73a0dac96d8c4a59caf9447f97ddae1a3133f4d5;p=platform%2Fupstream%2Fllvm.git 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 llvm-svn: 263314 --- diff --git a/llvm/docs/FAQ.rst b/llvm/docs/FAQ.rst index 0559a1f..29a865e 100644 --- a/llvm/docs/FAQ.rst +++ b/llvm/docs/FAQ.rst @@ -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 `_ and `DragonEgg -`_. -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 `_. Many other language frontends have +been written using LLVM, and an incomplete list is available at +`projects with LLVM `_. 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?