================
@@ -260,28 +260,6 @@ void x86::getX86TargetFeatures(const Driver &D, const 
llvm::Triple &Triple,
     if (IsNegative)
       Name = Name.substr(3);
 
-    if (A->getOption().matches(options::OPT_mapxf) ||
-        A->getOption().matches(options::OPT_mno_apxf)) {
-      if (IsNegative) {
-        EGPROpt = EGPRFeature::Disabled;
----------------
timurgol007 wrote:

Addressed. So now I preserved these checks with original AliasArgs

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

Reply via email to