================
@@ -1245,7 +1249,8 @@ class Triple {
 
   /// True if the target uses TLSDESC by default.
   bool hasDefaultTLSDESC() const {
-    return isAArch64() || (isAndroid() && isRISCV64()) || isOSFuchsia();
+    return isAArch64() || (isAndroid() && isRISCV64()) || isOSFuchsia() ||
+           (isX86() && isLFI());
----------------
MaskRay wrote:

Why? Should at least be mentioned in the PR description

https://github.com/llvm/llvm-project/pull/189569
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to