Skip to content

Commit

Permalink
add llvm 11 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Aug 12, 2022
1 parent 6312c2d commit 12ebb93
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 12ebb93

Please sign in to comment.