[all-commits] [llvm/llvm-project] 76c931: [AIX][PowerPC] Remove error when specifying mabi=v...
Zarko Todorovski via All-commits
all-commits at lists.llvm.org
Wed Jun 23 04:40:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76c931ae42cf1080199a238446306e8554ebb6de
https://github.com/llvm/llvm-project/commit/76c931ae42cf1080199a238446306e8554ebb6de
Author: Zarko Todorovski <zarko at ca.ibm.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CodeGen/altivec.c
R clang/test/Driver/aix-vec-extabi.c
A clang/test/Driver/aix-vec_extabi.c
M clang/test/Preprocessor/aix-vec_extabi.c
Log Message:
-----------
[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
More information about the All-commits
mailing list