[clang] [llvm] [X86][APX] Enable PP2/PPX generation on Windows (PR #202984)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 07:46:31 PDT 2026


================
@@ -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;
----------------
phoebewang wrote:

And this..

So I think it's less value to use AliasArgs now. I don't have a preference here. You decide it.

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


More information about the cfe-commits mailing list