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

Update llvm from 19.1.0 to 19.1.1 #1359

Closed
wants to merge 1 commit into from
Closed
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 recipes/recipes_emscripten/llvm/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 19.1.0
version: 19.1.1

package:
name: llvm
Expand All @@ -8,7 +8,7 @@ package:
source:
url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${{ version
}}.tar.gz
sha256: 0a08341036ca99a106786f50f9c5cb3fbe458b3b74cab6089fd368d0edb2edfe
sha256: 115dfd98a353d05bffdab3f80db22f159da48aca0124e8c416f437adcd54b77f
patches:
- patches/cross_compile.patch

Expand Down