Martin Kinkelin
Martin Kinkelin
@Geod24: What was the motivation for testing all these C++ compiler versions? Was there ever a regression caused/surfacing with a specific C++ compiler version? To me, it would seem more...
Okay, thx for the quick reply. I'll try to play around in a new PR.
Please let me know if you wanna include this in v1.39, then I'll wait with the release.
So should we do this? But keep them disabled for 32-bit x86 only?
I'd prefer not to add further library sets if possible. Option C is doable easily and doesn't have any downsides (for existing `-link-defaultlib-debug` usages) I think. Option A if the...
Please file upstream.
I think you want `-mabi=lp64d`, not `-target-abi` - the latter is a (recent) LLVM option which we forgot to hide (I've only seen this recently, along with a bunch of...
Yeah this should be pretty straight-forward - using a native Linux AArch64 CI runner and an according Alpine container image.
Oh well, the GitHub runner lacks proper support for it: https://github.com/actions/runner/issues/801
There's a wild workaround in that issue which seems to (still) work in #4943.