[PATCH] D156351: clang driver throws error for -mabi=elfv2 or elfv2

Kishan Parmar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 29 03:49:31 PDT 2023


long5hot added inline comments.


================
Comment at: clang/test/Driver/ppc-abi.c:18
 // RUN:   -mabi=altivec | FileCheck -check-prefix=CHECK-ELFv2 %s
+// RUN: %clang --target=ppc64 -mabi=elfv1 %s -### -o %t.o 2>&1 \
+// RUN: | FileCheck -check-prefix=CHECK-UNKNOWN-ELFv1 %s
----------------
Did a small testCase change here, because of this [[ https://github.com/llvm/llvm-project/issues/64194 | #64194 ]] bug ..



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156351



More information about the cfe-commits mailing list