[clang] [PowerPC] Make "ca" aliased to "xer" (PR #77557)
Kai Luo via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 10 19:18:12 PST 2024
================
@@ -0,0 +1,14 @@
+// REQUIRES: powerpc-registered-target
+// RUN: %clang -target powerpc64le -c %s -mllvm -stop-after=finalize-isel -o - | \
+// RUN: FileCheck %s
+// RUN: %clang -target powerpc64 -c %s -mllvm -stop-after=finalize-isel -o - | \
+// RUN: FileCheck %s
----------------
bzEq wrote:
Looks `%clang_cc` doesn't accept `-mllvm`.
https://github.com/llvm/llvm-project/pull/77557
More information about the cfe-commits
mailing list