From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Alexander Turenko <alexander.turenko@tarantool.org>, "Alexander V . Tikhonov" <avtikhon@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in Date: Tue, 1 Jun 2021 17:47:06 +0300 [thread overview] Message-ID: <20210601144706.11320-1-skaplun@tarantool.org> (raw) LuaJIT built-in arm64 support for jit utils was introduced via tarantool/tarantool@93e2ce52dd948b26bbf3c23eaa371cb91e017258 (build: add missing module for jit.dump on ARM64) in Tarantool to support jit.dump under aarch64 architecture. Relates to tarantool/tarantool#5983 --- Branch: https://github.com/tarantool/test-run/tree/skaplun/pretest-clean-dis-arm64 pretest_clean.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/pretest_clean.lua b/pretest_clean.lua index 88d2dac..ec0dc20 100644 --- a/pretest_clean.lua +++ b/pretest_clean.lua @@ -253,6 +253,7 @@ local function clean() jit = true, ['jit.bc'] = true, ['jit.bcsave'] = true, + ['jit.dis_arm64'] = true, ['jit.dis_x64'] = true, ['jit.dis_x86'] = true, ['jit.dump'] = true, -- 2.31.0
next reply other threads:[~2021-06-01 14:48 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-01 14:47 Sergey Kaplun via Tarantool-patches [this message] 2021-06-02 16:59 ` Alexander Turenko 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=20210601144706.11320-1-skaplun@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=avtikhon@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in' \ /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