Update native packages to LLVM 23.1.0 - #277
Merged
tannergooding merged 1 commit intoSep 1, 2026
Merged
Conversation
tannergooding
force-pushed
the
tannergooding-fix-regenerate-native-signing
branch
from
September 1, 2026 18:58
5fde989 to
82df3e0
Compare
Update native package metadata and libLLVMSharp for LLVM 23.1.0. Use the exact Homebrew bottle on macOS 15 and provide the static compression libraries required by LLVM's official Windows archives. Co-authored-by: Copilot App <[email protected]>
tannergooding
force-pushed
the
tannergooding-fix-regenerate-native-signing
branch
from
September 1, 2026 19:04
82df3e0 to
058413b
Compare
tannergooding
deleted the
tannergooding-fix-regenerate-native-signing
branch
September 1, 2026 19:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the native runtime packages to LLVM 23.1.0 and libLLVMSharp 23.1.0.1.
macOS lifts the exact LLVM 23.1.0 Homebrew bottle on the macOS 15 ARM64 runner; users must install the matching Homebrew LLVM formula to provide its external dependencies.
libLLVMSharpis updated for the LLVM 23 C++ API changes.Windows supplies the static zlib and zstd inputs required by LLVM 23's official component libraries without adding runtime dependencies. The unused transitive DIA dependency is bypassed.
Managed bindings remain on LLVM 22 until these native packages are published.
Note
This pull request description was drafted with GitHub Copilot.