Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in
@ 2021-06-01 14:47 Sergey Kaplun via Tarantool-patches
  2021-06-02 16:59 ` Alexander Turenko via Tarantool-patches
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2021-06-01 14:47 UTC (permalink / raw)
  To: Alexander Turenko, Alexander V . Tikhonov; +Cc: tarantool-patches

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


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

end of thread, other threads:[~2021-06-02 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 14:47 [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in Sergey Kaplun via Tarantool-patches
2021-06-02 16:59 ` Alexander Turenko 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