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

Jinsong Ji via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 22 11:31:01 PDT 2021


jsji added inline comments.


================
Comment at: clang/test/Driver/aix-vec-extabi.c:3
+// RUN:  FileCheck %s --check-prefix=EXTABI
 // RUN:  %clang -### -target powerpc-unknown-aix -S -maltivec -mabi=vec-default %s 2>&1 | \
+// RUN:  FileCheck %s --check-prefix=DFLTABI
----------------
How about RUN line without `-mabi`? 
and without `-maltivec`?
and `-mabi=vec-extabi` without `-maltivec`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102094/new/

https://reviews.llvm.org/D102094



More information about the cfe-commits mailing list