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.4 package update #34618

Merged
merged 2 commits into from
Nov 22, 2024
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.3
version: 19.1.4
epoch: 0
description: The LLVM Linker
copyright:
Expand Down Expand Up @@ -39,7 +39,7 @@ var-transforms:
pipeline:
- uses: fetch
with:
expected-sha256: 74b7785f5ae03ffe8af71b76eebbb192ac722af2189bed96e8693bd694d1f7fd
expected-sha256: f4309e05f6a278ee2ecb5b76dfbbec6db858c13099e7e29342e29400588e8d70
uri: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{package.version}}/lld-${{package.version}}.src.tar.xz

- runs: |
Expand Down
Loading