Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit 0/3] Various fixes for macOS
@ 2025-11-24 20:26 Sergey Kaplun via Tarantool-patches
  2025-11-24 20:26 ` [Tarantool-patches] [PATCH luajit 1/3] macOS: Fix macOS 15 / Clang 16 build Sergey Kaplun via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2025-11-24 20:26 UTC (permalink / raw)
  To: Sergey Bronnikov; +Cc: tarantool-patches

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-26 12:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-24 20:26 [Tarantool-patches] [PATCH luajit 0/3] Various fixes for macOS Sergey Kaplun via Tarantool-patches
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox