|
2 | 2 |
|
3 | 3 | This is a repository to create prebuilt clang+llvm distributions for major operating systems and processor architectures. It can be used to create your own custom builds, or you can download the [prebuilt packages](https://github.com/awakecoding/llvm-prebuilt/releases).
|
4 | 4 |
|
5 |
| -Arch | Windows | macOS | Linux |
6 |
| -----------------------|--------------------|--------------------------|-------------------- |
7 |
| -x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
8 |
| -aarch64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| 5 | +## clang-llvm |
| 6 | + |
| 7 | +Arch | Windows | macOS | Ubuntu 20.04 | Ubuntu 22.04 |
| 8 | +----------------------|--------------------|--------------------|--------------------|-------------------- |
| 9 | +x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| 10 | +aarch64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| 11 | + |
| 12 | +## ctools |
| 13 | + |
| 14 | +Arch | Windows | macOS | Ubuntu 20.04 | Ubuntu 22.04 |
| 15 | +----------------------|--------------------|--------------------|--------------------|-------------------- |
| 16 | +x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| 17 | +aarch64 | :white_large_square: | :white_large_square: | :white_large_square: | :white_large_square: |
| 18 | + |
| 19 | +## Halide |
| 20 | + |
| 21 | +Arch | Windows | macOS | Ubuntu 20.04 | Ubuntu 22.04 |
| 22 | +----------------------|--------------------|--------------------|--------------------|-------------------- |
| 23 | +x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| 24 | +aarch64 | :white_large_square: | :white_large_square: | :white_large_square: | :white_large_square: |
| 25 | + |
| 26 | +## Rust |
| 27 | + |
| 28 | +Arch | Windows | macOS | Ubuntu 20.04 | Ubuntu 22.04 |
| 29 | +----------------------|--------------------|--------------------|--------------------|-------------------- |
| 30 | +x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| 31 | +aarch64 | :white_large_square: | :white_large_square: | :white_large_square: | :white_large_square: |
0 commit comments