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 to 19.1.1 #1366

Merged
merged 2 commits into from
Oct 7, 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
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