diff --git a/recipes/recipes_emscripten/llvm/recipe.yaml b/recipes/recipes_emscripten/llvm/recipe.yaml index 7e408994c..a96ad7f33 100644 --- a/recipes/recipes_emscripten/llvm/recipe.yaml +++ b/recipes/recipes_emscripten/llvm/recipe.yaml @@ -1,5 +1,5 @@ context: - version: 19.1.0 + version: 19.1.1 package: name: llvm @@ -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 @@ -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: