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

add llvm 11 #175

Merged
merged 1 commit into from
Aug 12, 2022
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
add llvm 11
  • Loading branch information
wolfv committed Aug 11, 2022
commit 025fe84bcb4ece9e5cc8555c59d3ce9b886a91f6
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/llvmdev/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: "14.0.6"
version: "11.1.0"
major_ver: "{{ version.split('.')[0] }}"

package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: 8b3cfd7bc695bd6cea0f37f53f0981f34f87496e79e2529874fd03a2f9dd3a8a
sha256: 74d2529159fd118c3eac6f90107b5611bccc6f647fdea104024183e8d5e25831
# patches:
# # - patches/intel-D47188-svml-VF.patch # Fixes vectorizer and extends SVML support
# # - patches/expect-fastmath-entrypoints-in-add-TLI-mappings.ll.patch # adjusts test added in 10.0.0 for intel-D47188-svml-VF.patch effects
Expand Down