push
github
OSX/iOS: Always generate 64 bit non-FAT Mach-O object files. Reported by Sergey Bronnikov. (cherry picked from commit 7110b9356) Previously, LuaJIT generated Mach-O FAT object files for ARM and ARM64 on macOS. The patch removes support of 32-bit Mach-O object files and FAT (Universal Binary) object files for OSX and now LuaJIT generate only 64-bit Mach-O object files. Sergey Bronnikov: * added the description and the trimmed the test for the problem Part of tarantool/tarantool#10199 Reviewed-by: Sergey Kaplun <skaplun@tarantool.org> Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 3b3c0936d)
5673 of 6025 branches covered (94.16%)
Branch coverage included in aggregate %.
21626 of 23431 relevant lines covered (92.3%)
2936465.81 hits per line