[AIX][PowerPC] Remove error when specifying mabi=vec-default on AIX
authorZarko Todorovski <zarko@ca.ibm.com>
Wed, 23 Jun 2021 11:14:24 +0000 (07:14 -0400)
committerZarko Todorovski <zarko@ca.ibm.com>
Wed, 23 Jun 2021 11:40:38 +0000 (07:40 -0400)
commit76c931ae42cf1080199a238446306e8554ebb6de
treebd6e86b96ba33e1d3c7c7429d3d7f3dde6cde950
parentff4b1d379f3f3d2dfd9f9b4fc5715676024b8024
[AIX][PowerPC] Remove error when specifying mabi=vec-default on AIX

The default Altivec ABI was implemented but the clang error for specifying
its use still remains.  Users could get around this but not specifying the
type of Altivec ABI but we need to remove the error.

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D102094
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/altivec.c
clang/test/Driver/aix-vec-extabi.c [deleted file]
clang/test/Driver/aix-vec_extabi.c [new file with mode: 0644]
clang/test/Preprocessor/aix-vec_extabi.c