jrtc27 wrote: > I think it's fine as it is. Users should generally explicitly set up version, > ABI on FreeBSD's major versions may change. It's already a case on powerpc64, > where only 13.0 switched to ELFv2 and last I remember, if you don't set > version for powerpc64-unknown-freebsd, you get ELFv1 binary which will > happily crash on any modern system.
No, it treats it as the latest behaviour, which is what is meant to happen (see isPPC64ELFv2ABI, isPPC32SecurePlt, and various other Clang driver places). https://github.com/llvm/llvm-project/pull/201298 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
