[clang] [Clang] Set the FTM for trivial relocation (PR #142936)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 7 07:32:13 PDT 2025


EricWF wrote:

@cor3ntin I think Apple Clang still  complicates version detection, and we can't use `__has_builtin`, because that's returned true for version of Clang where it's "broken" from libc++'s perspective. 

I don't think @ldionne would feel comfortable shipping actual libc++ changes if the compiler doesn't feel comfortable with it's own implementation.

https://github.com/llvm/llvm-project/pull/142936


More information about the cfe-commits mailing list