https://github.com/zeramorphic/llvm-binaries
https://github.com/zeramorphic/llvm-binaries
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeramorphic/llvm-binaries
- Owner: zeramorphic
- Created: 2021-04-04T15:34:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T20:56:57.000Z (about 5 years ago)
- Last Synced: 2025-08-10T07:55:00.050Z (10 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLVM Binaries
[](https://github.com/thirdsgames/llvm-binaries/actions/workflows/compile.yml)
This project hosts precompiled binaries of LLVM for `x86_64-unknown-linux-gnu`, including `llvm-config` - which is notably not included in the prebuilt releases by the LLVM project. This is most useful for GitHub actions, where you don't want to wait hours for it to compile a clean copy of LLVM.
The oldest versions of LLVM are not included in this bundle due to
- [this bug](https://github.com/llvm-mirror/compiler-rt/commit/8a5e425a68de4d2c80ff00a97bbcb3722a4716da)
- [this issue](https://github.com/arcosuc3m/clang-contracts/issues/21) related to compiling LLVM with latest `glibc`
- [this error message](https://reviews.llvm.org/D59702) generated by an assertion