From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Sergey Bronnikov <sergeyb@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH luajit 0/3] Various fixes for macOS
Date: Mon, 24 Nov 2025 23:26:35 +0300 [thread overview]
Message-ID: <cover.1763991490.git.skaplun@tarantool.org> (raw)
The first patch fixes invalid deduplication code in the VM, which
results in the CI failure on the modern macOS runners [1]. The second
patch is the follow-up, which fixes the regression for old versions of
Xcode. The last one fixes the warning of the linker about the obsolete
flag.
Branch: https://github.com/tarantool/luajit/tree/skaplun/fix-macos-xcode
Related issues:
* https://github.com/LuaJIT/LuaJIT/issues/1266
* https://github.com/LuaJIT/LuaJIT/issues/1275
* https://github.com/LuaJIT/LuaJIT/issues/1283
* https://github.com/LuaJIT/LuaJIT/pull/1284
[1]: https://github.com/tarantool/luajit/actions/runs/18909165892/job/55556930490
Mike Pall (3):
macOS: Fix macOS 15 / Clang 16 build.
macOS: Workaround for buggy XCode 15.0 - 15.2 linker.
macOS: Remove obsolete -single_module flag.
cmake/SetTargetFlags.cmake | 2 +-
src/Makefile.original | 4 ++--
src/host/buildvm_asm.c | 4 ++++
src/vm_arm64.dasc | 1 -
src/vm_x64.dasc | 1 -
src/vm_x86.dasc | 1 -
6 files changed, 7 insertions(+), 6 deletions(-)
--
2.51.2
next reply other threads:[~2025-11-24 20:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 20:26 Sergey Kaplun via Tarantool-patches [this message]
2025-11-24 20:26 ` [Tarantool-patches] [PATCH luajit 1/3] macOS: Fix macOS 15 / Clang 16 build Sergey Kaplun via Tarantool-patches
2025-11-25 13:56 ` Sergey Bronnikov via Tarantool-patches
2025-11-24 20:26 ` [Tarantool-patches] [PATCH luajit 2/3] macOS: Workaround for buggy XCode 15.0 - 15.2 linker Sergey Kaplun via Tarantool-patches
2025-11-26 12:09 ` Sergey Bronnikov via Tarantool-patches
2025-11-24 20:26 ` [Tarantool-patches] [PATCH luajit 3/3] macOS: Remove obsolete -single_module flag Sergey Kaplun via Tarantool-patches
2025-11-26 11:58 ` Sergey Bronnikov via Tarantool-patches
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=cover.1763991490.git.skaplun@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=sergeyb@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit 0/3] Various fixes for macOS' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox