https://github.com/andreasfertig/cppinsights-compiler-binaries
C++ Insights Compiler Binaries
https://github.com/andreasfertig/cppinsights-compiler-binaries
Last synced: 10 months ago
JSON representation
C++ Insights Compiler Binaries
- Host: GitHub
- URL: https://github.com/andreasfertig/cppinsights-compiler-binaries
- Owner: andreasfertig
- Created: 2019-10-11T14:52:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T07:44:11.000Z (10 months ago)
- Last Synced: 2025-03-13T08:33:01.836Z (10 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Insights Compiler Binaries
This repository holds the macOS and Windows binaries for LLVM and Clang with all libraries enabled required to build C++ Insights.
## Windows
The Windows binaries lack compiler-rt and libClang. Hence I use my own builds for Windows.
## macOS
For LLVM, 6 to 8 macOS binaries have been distributed via the official LLVM release page (http://releases.llvm.org/download.html#git). However, nine seems to be delayed, with no indication whether it is ever coming. Starting with macOS 9, these are custom builds of my own. However, with Clang 14, I switched back to the binaries LLVM provides.