This is a stub repo to make nightly LLVM packages via GitHub Actions.
For each of LLVM 10, 11, 12, and main branch, it builds binaries for the following architectures:
| Arch | Windows | macOS | Linux |
|---|---|---|---|
| x86 (32-bit) | ✔️ | ✖️ | ✔️ |
| x86 (64-bit) | ✔️ | ✔️ | ✔️ |
| ARM (32-bit, hf) | ❌ | ✖️ | ✔️ |
| ARM (64-bit, aarch64) | ❌ | ❌ | ✔️ |