blob: dd01a8043e49e2ec92e377e19167c90a203af8f1 (
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
 | .. _BUILD:llvm:
LLVM Backend
############
.. rubric:: Requirements
* GCC (Gnu Compiler Collection)
* GNAT (Ada compiler for GCC)
* LLVM (Low-Level-Virtual Machine) and CLANG (Compiler front-end for LLVM)
  * 3.5
  * 3.8
  * 3.9
  * 4.0
  * 5.0
.. rubric:: Supported platforms
* :doc:`GNULinux-GNAT`
* :doc:`Windows-MinGW-GNAT`
* Mac OS
.. toctree::
   :hidden:
   GNU/Linux with GCC/GNAT <GNULinux-GNAT>
   Windows with GCC/GNAT (MinGW) <Windows-MinGW-GNAT>
 |