diff options
author | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-12 00:43:26 +0000 |
---|---|---|
committer | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-12 00:43:26 +0000 |
commit | 73a0dac96d8c4a59caf9447f97ddae1a3133f4d5 (patch) | |
tree | 464f05f47c34dc395c57f4cad1c0f3fec25bba8f /llvm/docs/FAQ.rst | |
parent | 0e28a19683080268029b6b2ffbfe6d90b3985fc5 (diff) | |
download | bcm5719-llvm-73a0dac96d8c4a59caf9447f97ddae1a3133f4d5.tar.gz bcm5719-llvm-73a0dac96d8c4a59caf9447f97ddae1a3133f4d5.zip |
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
Diffstat (limited to 'llvm/docs/FAQ.rst')
-rw-r--r-- | llvm/docs/FAQ.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/FAQ.rst b/llvm/docs/FAQ.rst index 0559a1ff215..29a865ea099 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 <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? |