aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/llvm/index.rst
blob: 9f0bcc98ab2f66179bbe85ada16cd89a172c6240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. _BUILD:llvm:

LLVM Backend
############

.. rubric:: Requirements

* GCC (Gnu Compiler Collection)
* GNAT (Ada compiler for GCC)
* LLVM (Low-Level-Virtual Machine)

  * 3.5
  * 3.8
  * 3.9
  * 4.0
  * 5.0

* CLANG (Compiler front-end for LLVM)

  * 3.5
  * 3.8
  * 3.9
  * 4.0
  * 5.0

.. rubric:: Supported platforms

* :ref:`GNU/Linux with GCC <BUILD:llvm:GNULinux-GNAT>`
* Mac OS
* :ref:`Windows (x86_64) with MinGW32/MinGW64 <BUILD:llvm:Windows-WinGW-GNAT>`

.. toctree::
   :hidden:

   GNU/Linux with GCC/GNAT <GNULinux-GNAT>
   Windows with GCC/GNAT (MinGW) <Windows-MinGW-GNAT>