aokblast wrote: > > > > > I thought FreeBSD only defaulted to PIE for 64-bit? And only for > > > > > 13.1+. > > > > > > > > > > > > Yes, for 13.1+. I can extend the commit msg. > > > > > > > > > But there's no version check? > > > > > > Do you mean pic is unable to run before 13.1+? Or it just doesn't compile > > in our base by default? I think we only need the version check in the first > > case? > > The latter, but I think the toolchain's defaults should match base's.
Ok. FreeBSD::isPIEDefault() is now with version checking. https://github.com/llvm/llvm-project/pull/206139 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
