Skip to content

Commit

Permalink
pretest_clean: add jit.dis_arm64 LuaJIT built-in
Browse files Browse the repository at this point in the history
LuaJIT built-in arm64 support for jit utils was introduced via
tarantool/tarantool@93e2ce5
(build: add missing module for jit.dump on ARM64) in Tarantool to
support jit.dump under aarch64 architecture.

Relates to tarantool/tarantool#5983
  • Loading branch information
Buristan committed Jun 1, 2021
1 parent 7ddaf6a commit b15160f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pretest_clean.lua
Expand Up @@ -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,
Expand Down

0 comments on commit b15160f

Please sign in to comment.