[PATCH] D141404: [AArch64][Clang] Adjust default features for v8.9-A/v9.4-A in clang driver
Lucas Prates via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 23 08:10:58 PST 2023
pratlucas marked an inline comment as done.
pratlucas added inline comments.
================
Comment at: clang/test/Driver/aarch64-cssc.c:11
+// RUN: %clang -S -o - -emit-llvm -target aarch64-none-none-eabi -march=armv9.4-a+cssc %s 2>&1 | FileCheck %s
+// RUN: %clang -S -o - -emit-llvm -target aarch64-none-none-eabi -march=armv9.4-a+nocssc %s 2>&1 | FileCheck %s --check-prefix=NO_CSSC
----------------
tmatheson wrote:
> Missing -###?
That's a consequence of the approach from D141518. The target features now go into IR attributes instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141404/new/
https://reviews.llvm.org/D141404
More information about the cfe-commits
mailing list