quickcpplib
quickcpplib copied to clipboard
Add /alternatename:main for ARM64EC
According to https://docs.microsoft.com/en-us/cpp/build/arm64ec-windows-abi-conventions?view=msvc-170#arm64ec-function-name-decoration, the ARM64EC name decoration is different from the x64 and ARM64, so we need to update the /alternatename:main for ARM64EC.
This patchset is incomplete, everywhere we specify linker alternates needs updating to be consistent.