Ran
|
Files
89
|
Run time
3s
|
Badge
Embed ▾
README BADGES
|
push
github
ARM64: Allow building with unwinding disabled. (cherry-picked from commit 5677985dc) Prior to this patch, the LuaJIT build with the `-DLUAJIT_NO_UNWIND=1` option enabled failed on ARM64 because of linker relocation error related to dwarf-specific code: | /usr/bin/ld: lj_vm_dyn.o: relocation R_AARCH64_PREL32 against | symbol `lj_err_unwind_dwarf' which may bind externally can not | be used when making a shared object; recompile with -fPIC | lj_vm_dyn.o:(.eh_frame+0x12): dangerous relocation: unsupported | relocation 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 Reviewed-by: Sergey Kaplun <skaplun@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org>
5398 of 5997 branches covered (0.0%)
Branch coverage included in aggregate %.
20691 of 23369 relevant lines covered (88.54%)
2749905.64 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|