All of lore.kernel.org
 help / color / mirror / Atom feed
From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 04/22] llvm: upgrade 19.1.5 -> 19.1.6
Date: Mon, 23 Dec 2024 17:10:47 +0800	[thread overview]
Message-ID: <1734945065-4373-4-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1734945065-4373-1-git-send-email-wangmy@fujitsu.com>

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- [SimpleLoopUnswitch] Fix LCSSA phi node invalidation
- [AggressiveInstCombine] Use APInt and avoid truncation when folding loads
- [WebAssembly] Handle symbols in .init_array sections
- [WebAssembly] Support multiple .init_array fragments when writing Wasm objects
- [cmake] Use DetectTestCompiler from openmp directory
- [offload] Define LIBOMPTARGET_OPENMP_*_FOLDER in standalone builds
- [offload] Define OPENMP_TEST*_FLAGS in standalone builds
- [offload] [test] Add "omp" test dependency only when present
- [offload] Include CheckCXXCompilerFlag in CMake
- [offload] - Fix issue with standalone debug offload build
- [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64
- [Clang][perf-training] Fix clean command in perf-helper.py

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/llvm/{llvm_19.1.5.bb => llvm_19.1.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/llvm/{llvm_19.1.5.bb => llvm_19.1.6.bb} (98%)

diff --git a/meta/recipes-devtools/llvm/llvm_19.1.5.bb b/meta/recipes-devtools/llvm/llvm_19.1.6.bb
similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_19.1.5.bb
rename to meta/recipes-devtools/llvm/llvm_19.1.6.bb
index de534aa283..003676a652 100644
--- a/meta/recipes-devtools/llvm/llvm_19.1.5.bb
+++ b/meta/recipes-devtools/llvm/llvm_19.1.6.bb
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/
            file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
            file://llvm-config \
            "
-SRC_URI[sha256sum] = "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542"
+SRC_URI[sha256sum] = "e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34"
 UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
 UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
 
-- 
2.43.0



  parent reply	other threads:[~2024-12-23  9:11 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-23  9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 02/22] libportal: upgrade 0.8.1 -> 0.9.0 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 03/22] libwebp: upgrade 1.4.0 -> 1.5.0 wangmy
2024-12-23  9:10 ` wangmy [this message]
2024-12-23  9:10 ` [OE-core] [PATCH 05/22] meson: upgrade 1.6.0 -> 1.6.1 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 06/22] python3-certifi: upgrade 2024.8.30 -> 2024.12.14 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 07/22] python3-dbusmock: upgrade 0.32.2 -> 0.33.0 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 08/22] python3-hatchling: upgrade 1.26.3 -> 1.27.0 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 09/22] python3-hypothesis: upgrade 6.119.4 -> 6.122.6 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 10/22] python3-jinja2: upgrade 3.1.4 -> 3.1.5 wangmy
2024-12-24  9:12   ` Mathieu Dubois-Briand
2024-12-23  9:10 ` [OE-core] [PATCH 11/22] python3-mako: upgrade 1.3.6 -> 1.3.8 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 12/22] python3-maturin: upgrade 1.7.4 -> 1.7.8 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 13/22] python3-psutil: upgrade 6.1.0 -> 6.1.1 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 14/22] python3-pyopenssl: upgrade 24.2.1 -> 24.3.0 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 15/22] python3-pytest-subtests: upgrade 0.13.1 -> 0.14.1 wangmy
2024-12-23  9:10 ` [OE-core] [PATCH 16/22] python3-pytest: upgrade 8.3.3 -> 8.3.4 wangmy
2024-12-23  9:11 ` [OE-core] [PATCH 17/22] python3-rpds-py: upgrade 0.21.0 -> 0.22.3 wangmy
2024-12-23  9:11 ` [OE-core] [PATCH 18/22] python3-six: upgrade 1.16.0 -> 1.17.0 wangmy
2024-12-23  9:11 ` [OE-core] [PATCH 19/22] repo: upgrade 2.49.3 -> 2.50.1 wangmy
2024-12-23  9:11 ` [OE-core] [PATCH 20/22] wayland-protocols: upgrade 1.38 -> 1.39 wangmy
2024-12-23  9:11 ` [OE-core] [PATCH 21/22] webkitgtk: upgrade 2.46.4 -> 2.46.5 wangmy
2024-12-30 10:44   ` Thomas Perrot
2024-12-23  9:11 ` [OE-core] [PATCH 22/22] xserver-xorg: upgrade 21.1.14 -> 21.1.15 wangmy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734945065-4373-4-git-send-email-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.