From cc5604f80fb3333dc884643041b9d16118537a8c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:24:15 +0000 Subject: [PATCH] updated v17.0.6 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b2d12a8..c40d1c5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "17.0.5" %} +{% set version = "17.0.6" %} {% set major_version = version.split(".")[0] %} # as of LLVM 17, we expect an "rc" suffix for the release candidates @@ -11,7 +11,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: 95d7eff82945cf05c16a1851d7b391fc2da726b87c1138125e3b6e4d300ab834 + sha256: 58a8818c60e6627064f312dbf46c02d9949956558340938b71cf731ad8bc0813 patches: # https://reviews.llvm.org/D99470 - patches/0001-Support-cross-compiling-standalone-MLIR.patch