================
@@ -266,13 +270,24 @@ void x86::getX86TargetFeatures(const Driver &D, const 
llvm::Triple &Triple,
     }
 
     bool IsNegative = Name.starts_with("no-");
+
+    bool Not64Bit = ArchType != llvm::Triple::x86_64;
----------------
KanRobert wrote:

It would not. We check the option here, not the feature list.

https://github.com/llvm/llvm-project/pull/101151
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to