[clang] [llvm] [X86][APX] Enable PP2/PPX generation on Windows (PR #202984)
Timur Golubovich via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 08:15:01 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;
----------------
timurgol007 wrote:
Addressed. So now I preserved these checks with original AliasArgs
https://github.com/llvm/llvm-project/pull/202984
More information about the cfe-commits
mailing list