Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] mold: update to 2.32.0
Date: Tue, 25 Jun 2024 19:51:26 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50994@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages mold
https://github.com/void-linux/void-packages/pull/50994

mold: update to 2.32.0
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/50994.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mold-50994.patch --]
[-- Type: text/x-diff, Size: 2180 bytes --]

From fadcac91624bd3e0437afeeba7a9af7799e706a2 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 25 Jun 2024 13:51:00 -0400
Subject: [PATCH] mold: update to 2.32.0

---
 srcpkgs/mold/patches/fix-arm-yield.patch | 18 ------------------
 srcpkgs/mold/template                    |  4 ++--
 2 files changed, 2 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/mold/patches/fix-arm-yield.patch

diff --git a/srcpkgs/mold/patches/fix-arm-yield.patch b/srcpkgs/mold/patches/fix-arm-yield.patch
deleted file mode 100644
index 89cc4194d807a4..00000000000000
--- a/srcpkgs/mold/patches/fix-arm-yield.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Only use yield on ARM architectures that support it. Will be in next release. Taken from:
-https://github.com/rui314/mold/commit/f0f61cc7ad482672a73d3bb4778430c65f01e237
-https://github.com/rui314/mold/commit/4510f4af81e65544fcd02826f253d3dc9e7fae9e
-diff --git a/common/common.h b/common/common.h
-index c9820877789..a9a52d6c5fb 100644
---- a/common/common.h
-+++ b/common/common.h
-@@ -526,7 +526,9 @@ inline bool remove_prefix(std::string_view &s, std::string_view prefix) {
- static inline void pause() {
- #if defined(__x86_64__)
-   asm volatile("pause");
--#elif defined(__arm__) || defined(__aarch64__)
-+#elif defined(__aarch64__)
-+  asm volatile("yield");
-+#elif defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_8A__)
-   asm volatile("yield");
- #endif
- }
diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
index d20d757eab534d..5a23c370f75eda 100644
--- a/srcpkgs/mold/template
+++ b/srcpkgs/mold/template
@@ -1,6 +1,6 @@
 # Template file for 'mold'
 pkgname=mold
-version=2.31.0
+version=2.32.0
 revision=1
 build_style=cmake
 configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON -DMOLD_USE_SYSTEM_TBB=ON"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/rui314/mold"
 changelog="https://github.com/rui314/mold/releases"
 distfiles="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz"
-checksum=3dc3af83a5d22a4b29971bfad17261851d426961c665480e2ca294e5c74aa1e5
+checksum=4b7e4146ea0f52be9adae8b417399f3676a041e65b55e3f25f088120d30a320b
 
 post_install() {
 	vlicense LICENSE

             reply	other threads:[~2024-06-25 17:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 17:51 cinerea0 [this message]
2024-06-25 20:17 ` [PR PATCH] [Merged]: " cinerea0

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50994@inbox.vuxu.org \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).