Windows-on-ARM-Experiments / gcc-woarm64

Fork of gcc containing fixes for Windows on ARM64.
GNU General Public License v2.0
8 stars 1 forks source link

Add LTO support #25

Closed eukarpov closed 1 month ago

eukarpov commented 1 month ago

The patch reuse configuration for LTO from x64 and add aarch64 architecture to the list of supported COFF headers. Renaming for i386_ functions will be done on the patch series preparation.

Validated with CI https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/9879475395 https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/9888893952

eukarpov commented 1 month ago

I belive it would be better to do some refactoring rather now than later to avoid unnecessary collisions/hustles in the future.

PS: This and other repositories in the GNU toolchain project historcially use - instead of _ for branch names.

Thanks for the review. It is done.