[PATCH] D94986: Remove requirement for -maltivec to be used when using -mabi=vec-extabi or -mabi=vec-default when not using vector code
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 22 06:01:32 PST 2021
hubert.reinterpretcast added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:4671
+ D.Diag(diag::err_aix_default_altivec_abi);
}
----------------
Just to confirm, because the patch description confuses me a bit on this: The intent is to not complain on `-mabi=vec-default` or `-mabi=vec-extabi` at all on AIX, right? That is, `-mabi=vec-extabi` is one way to prepare non-vector code for eventual compatibility purposes. @ZarkoCA, I suggest updating the patch description (and eventual commit message).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94986/new/
https://reviews.llvm.org/D94986
More information about the cfe-commits
mailing list