[Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in

Alexander Turenko alexander.turenko at tarantool.org
Wed Jun 2 19:59:52 MSK 2021


On Tue, Jun 01, 2021 at 05:47:06PM +0300, Sergey Kaplun wrote:
> LuaJIT built-in arm64 support for jit utils was introduced via
> tarantool/tarantool at 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

LGTM.

Pushed to test-run's master. Updated the test-run submodule in tarantool
in the following commits: 2.9.0-56-g2b107f698, 2.8.1-34-g1a766911c,
2.7.2-28-g7d97ebb3d, 1.10.10-16-g3aedbe923.

WBR, Alexander Turenko.


More information about the Tarantool-patches mailing list