[PATCH] D127189: [clang][AIX] Add option to control quadword lock free atomics ABI on AIX
Amy Kwan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 20:14:06 PDT 2022
amyk added inline comments.
================
Comment at: clang/test/Driver/ppc-unsupported.c:12
+// RUN: -c %s 2>&1 | FileCheck %s
+// RUN: not %clang -target powerpc64le-unknown-linux -maix64-quadword-atomics \
+// RUN: -c %s 2>&1 | FileCheck %s
----------------
amyk wrote:
> Should we have a big endian Linux check, too?
Oh, sorry. I noticed there wasn't `powerpc64-unknown-linux` but I realized I think `powerpc64-unknown-freebsd` is supposed to be the big endian 64-bit Linux check, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127189/new/
https://reviews.llvm.org/D127189
More information about the cfe-commits
mailing list