From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Sergey Ostanevich <sergos@tarantool.org>,
Igor Munkin <imun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH luajit 0/2] FFI: fix arm64 call for HFA
Date: Thu, 9 Dec 2021 13:24:01 +0300 [thread overview]
Message-ID: <cover.1639039919.git.skaplun@tarantool.org> (raw)
The first patch is necessary to be able to run tests using `ffi.load`
without selfrun. We need just to use the set environment variable
itself. And the second patch is an actual fix.
Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-arm64-ffi-ccall-fp-convention-full-ci
Tarantool branch: https://github.com/tarantool/luajit/tree/tarantool/gh-noticket-arm64-ffi-ccall-fp-convention-full-ci
Mike Pall (1):
FFI/ARM64: Fix pass-by-value struct calling conventions.
Sergey Kaplun (1):
test: set DYLD_LIBRARY_PATH environment variable
src/lj_ccall.c | 3 +-
test/tarantool-tests/CMakeLists.txt | 20 +++---
.../arm64-ccall-fp-convention.test.lua | 65 +++++++++++++++++++
test/tarantool-tests/ffi-ccall/CMakeLists.txt | 1 +
test/tarantool-tests/ffi-ccall/libfficcall.c | 28 ++++++++
.../gh-4427-ffi-sandwich.test.lua | 4 --
.../lj-flush-on-trace.test.lua | 4 --
test/tarantool-tests/utils.lua | 17 -----
8 files changed, 108 insertions(+), 34 deletions(-)
create mode 100644 test/tarantool-tests/arm64-ccall-fp-convention.test.lua
create mode 100644 test/tarantool-tests/ffi-ccall/CMakeLists.txt
create mode 100644 test/tarantool-tests/ffi-ccall/libfficcall.c
--
2.33.1
next reply other threads:[~2021-12-09 10:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-09 10:24 Sergey Kaplun via Tarantool-patches [this message]
2021-12-09 10:24 ` [Tarantool-patches] [PATCH luajit 1/2] test: set DYLD_LIBRARY_PATH environment variable Sergey Kaplun via Tarantool-patches
2022-06-02 8:51 ` sergos via Tarantool-patches
2022-06-29 8:31 ` Igor Munkin via Tarantool-patches
2021-12-09 10:24 ` [Tarantool-patches] [PATCH luajit 2/2] FFI/ARM64: Fix pass-by-value struct calling conventions Sergey Kaplun via Tarantool-patches
2022-06-02 8:51 ` sergos via Tarantool-patches
2022-06-28 19:05 ` Sergey Kaplun via Tarantool-patches
2022-06-28 19:47 ` Sergey Ostanevich via Tarantool-patches
2022-06-29 8:45 ` Igor Munkin via Tarantool-patches
2022-06-30 12:11 ` [Tarantool-patches] [PATCH luajit 0/2] FFI: fix arm64 call for HFA Igor Munkin 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.1639039919.git.skaplun@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=sergos@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit 0/2] FFI: fix arm64 call for HFA' \
/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