Skip to content
Open
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,13 +1,13 @@
context:
version: 20.1.8
version: 21.1.0

package:
name: llvm
version: ${{ version }}

source:
url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${{ version }}.tar.gz
sha256: a6cbad9b2243b17e87795817cfff2107d113543a12486586f8a055a2bb044963
sha256: fba0618cf8de48ec05880c446edd756a2669157eab9d29949e971c77da10275f
patches:
- patches/shift_temporary_files_to_tmp_dir.patch
- patches/enable_exception_handling.patch
Expand Down
Loading