Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM64: Allow building with unwinding disabled.
(cherry-picked from commit 5677985) Prior to this patch, the LuaJIT build with the `-DLUAJIT_NO_UNWIND=1` option enabled failed because of linker relocation errors related to dwarf-specific code. This patch disables emission of the `.eh_frame` section for builds without unwinding to solve the issue. The `LUAJIT_NO_UNWIND` build option is added to CMakeLists.txt. This patch adds this build flavor to our exotic builds workflow. Maxim Kokryashkin: * added the description for the problem Part of tarantool/tarantool#9145
- Loading branch information