Skip to content

Commit b15160f

Browse files
committed
pretest_clean: add jit.dis_arm64 LuaJIT built-in
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
1 parent 7ddaf6a commit b15160f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pretest_clean.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ local function clean()
253253
jit = true,
254254
['jit.bc'] = true,
255255
['jit.bcsave'] = true,
256+
['jit.dis_arm64'] = true,
256257
['jit.dis_x64'] = true,
257258
['jit.dis_x86'] = true,
258259
['jit.dump'] = true,

0 commit comments

Comments
 (0)