Skip to content

Commit

Permalink
Merge pull request #292 from regro-cf-autotick-bot/19.1.1_h56e5dc
Browse files Browse the repository at this point in the history
llvmdev v19.1.1
  • Loading branch information
h-vetinari authored Oct 2, 2024
2 parents 8c9255d + 78a74b4 commit e30f449
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "19.1.0" %}
{% set version = "19.1.1" %}
{% set major_ver = version.split(".")[0] %}
{% set maj_min = major_ver ~ "." ~ version.split(".")[1] %}

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

source:
url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz
sha256: 0a08341036ca99a106786f50f9c5cb3fbe458b3b74cab6089fd368d0edb2edfe
sha256: 115dfd98a353d05bffdab3f80db22f159da48aca0124e8c416f437adcd54b77f
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 e30f449

Please sign in to comment.