blob: 4f60cd083af0c8f977064de23f554d74a5f33a5b (
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
|
.. _BUILD:llvm:
LLVM Backend
############
.. rubric:: Requirements
* GCC (Gnu Compiler Collection)
* GNAT (Ada compiler for GCC)
* LLVM (Low-Level-Virtual Machine)
* 3.5
* 3.8
* CLANG (Compiler front-end for LLVM)
* 3.5
* 3.8
.. 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>
|