[clang] [llvm] [llvm] Enable TLSDESC by default on Fuchsia targets (PR #124990)

Roland McGrath via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 15:20:13 PST 2025


================
@@ -1119,7 +1119,9 @@ class Triple {
 
   /// True if the target supports both general-dynamic and TLSDESC, and TLSDESC
----------------
frobtech wrote:

This comment is not precisely true of all `isOSFuchsia()` cases. That is, it says this is true only if the target supports non-TLSDESC as a non-default option.  That's not true for `aarch64-*`, so it's not true for `*-fuchsia`.
If that's actually fine for how this is used, then the comment here should be changed.

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


More information about the llvm-commits mailing list