Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm-lld-19/19.1.7 package update #39518

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llvm-lld-19.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: llvm-lld-19
version: 19.1.6
version: "19.1.7"
epoch: 0
description: The LLVM Linker
copyright:
Expand Down Expand Up @@ -38,7 +38,7 @@ var-transforms:
pipeline:
- uses: fetch
with:
expected-sha256: 44fa50556cefbe3796e8256536267ee2f34ced5f3c1492473bccd75449cadbe6
expected-sha256: 630bf0f31b210e89fd7869bdfd6c376d010fc3b72ee42f08058435035c432e42
uri: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{package.version}}/lld-${{package.version}}.src.tar.xz

- runs: |
Expand Down
Loading