blob: 72c2c50c10ae59597c4d74f30c6f11e5194b080a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.. _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, 6.0, 7.0 or 8.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>
|