[PATCH] D102094: [AIX][PowerPC] Remove error when specifying mabi=vec-default on AIX

Zarko Todorovski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 7 15:27:55 PDT 2021


ZarkoCA created this revision.
ZarkoCA added reviewers: hubert.reinterpretcast, cebowleratibm, sfertile.
Herald added subscribers: shchenz, nemanjai.
ZarkoCA requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102094

Files:
  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
  clang/test/Preprocessor/aix-vec_extabi.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102094.343771.patch
Type: text/x-patch
Size: 7373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210507/3f3a3fa1/attachment.bin>


More information about the cfe-commits mailing list