Skip to content
Snippets Groups Projects
Commit c9b3ccd0 authored by Georgiy Lebedev's avatar Georgiy Lebedev Committed by Vladimir Davydov
Browse files

exports: add `tarantool_version`

The `tarantool_version` symbol identifies the binary as Tarantool (see also
https://github.com/tarantool/tarantool/blob/f991f7c0be73558f0710f0af871d07e8bd506efe/tools/tarabrt.sh#L179-L180

).
It is not exported and thus can be optimized away by LTO — add it to the
exports list.

Closes #8129

Acked-by: default avatarAleksandr Lyapunov <alyapunov@tarantool.org>

NO_CHANGELOG=<internal change>
NO_DOC=<internal change>
NO_TEST=<no convenient way to test devtools>
parent ef283c6c
No related branches found
No related tags found
No related merge requests found
......@@ -469,6 +469,7 @@ swim_size
tarantool_exit
tarantool_lua_slab_cache
tarantool_uptime
tarantool_version
title_get
title_get_custom
title_get_interpretor_name
......
......@@ -76,6 +76,7 @@ local check_symbols = {
'say_set_log_format',
'tarantool_uptime',
'tarantool_exit',
'tarantool_version',
'log_pid',
'space_by_id',
'space_run_triggers',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment