Skip to content

Commit

Permalink
Update llvm to 19.1.1 (#1366)
Browse files Browse the repository at this point in the history
* Update llvm to 19.1.1

* fixed tests
  • Loading branch information
anutosh491 authored Oct 7, 2024
1 parent dc80524 commit ff555ad
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 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 All @@ -22,11 +22,20 @@ requirements:
- cmake
- make # [unix]

tests:
- package_contents:
files:
- lib/cmake/llvm/LLVMConfig.cmake
- lib/cmake/clang/ClangConfig.cmake
- lib/cmake/lld/LLDConfig.cmake
- lib/liblldWasm.a
- lib/libclangInterpreter.a

about:
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
license_file: LICENSE.TXT
summary: llvm
summary: The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
homepage: https://llvm.org
extra:
recipe-maintainers:
Expand Down

0 comments on commit ff555ad

Please sign in to comment.