Windows-on-ARM-Experiments / mingw-woarm64-build

Build script for Windows on Arm64 GNU cross compiler aarch64-w64-mingw32.
GNU General Public License v2.0
27 stars 3 forks source link

Test LTO support #149

Closed eukarpov closed 1 month ago

eukarpov commented 1 month ago

This patch enables LTO for the internal tests.

It validates the fixes which resolve the issue Internal compiler error when -flto and -g is specified https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/issues/144

Fixes: Add aarch64 support to libiberty https://github.com/Windows-on-ARM-Experiments/binutils-woarm64/pull/3 Add LTO support https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/pull/25