Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stirlinglabs/libllvm
Build LLVM from llvm.org and make binaries available
https://github.com/stirlinglabs/libllvm
library linux llvm macos windows-10
Last synced: 11 days ago
JSON representation
Build LLVM from llvm.org and make binaries available
- Host: GitHub
- URL: https://github.com/stirlinglabs/libllvm
- Owner: StirlingLabs
- License: apache-2.0
- Created: 2022-08-05T15:35:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:12:22.000Z (3 months ago)
- Last Synced: 2024-11-08T14:17:32.590Z (12 days ago)
- Topics: library, linux, llvm, macos, windows-10
- Language: Batchfile
- Homepage: https://llvm.org
- Size: 87.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![libLLVM](https://raw.githubusercontent.com/StirlingLabs/libLLVM/main/libLLVM.jpg)
[![Build](https://github.com/StirlingLabs/libLLVM/actions/workflows/build.yaml/badge.svg)](https://github.com/StirlingLabs/libLLVM/actions/workflows/build.yaml)
The purpose of this repo is to use GitHub Actions to build [libLLVM](https://llvm.org) and make the following binaries available:
- Windows x86-64 (static libstdc++, UPX minified)
- Linux x86-64 (LTO thin, UPX minified)
- MacOS ARM64 & x86-64 (LTO Thin, Universal Binary)This is done specifically for our fork of [StirlingLabs/LLVMSharp](https://github.com/StirlingLabs/LLVMSharp) but the NuPkg is also available at https://www.nuget.org/packages/StirlingLabs.libLLVM.
## Building
To trigger a new build, create a new release with a tag in the format "v14.0.7.0" where the first 3 positions correspond to the release [LLVM](https://llvm.org).