Sergey Bogolepov
21399b4edd
[K/N] Update documentation on building and using LLVM
2022-04-19 14:27:33 +00:00
Sergey Bogolepov
5c1a4f79c4
[K/N] Minor LLVM builder fixes
2021-10-01 14:18:00 +00:00
Sergey Bogolepov
75215fcb97
[K/N] Option to build smaller LLVM distribution.
...
Also add a few adjustments to `package.py`:
* Enable threading in LLVM
* Replace `--archive-path` with `--pack` to avoid naming divergence.
2021-08-23 10:13:34 +00:00
Sergey Bogolepov
f8528c5cca
[K/N] Dockerfile for building LLVM
...
Provide a stable environment for building LLVM for Linux
by using Docker. Note that the base image is Ubuntu 16.04,
so after LLVM update building Kotlin/Native on Linux will
require glibc 2.23 or higher.
2021-07-22 10:44:03 +00:00
Sergey Bogolepov
bcd28615a6
[Native] Add initial version of LLVM buildscript
...
Previously there was no determined way to build LLVM for Kotlin/Native.
This commits adds a Python script that allows to do so on all hosts.
2021-06-08 14:42:43 +00:00