[PATCH] D50068: [AArch64][ARM] Add Armv8.4-A tests
Ahmed Bougacha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 31 12:51:39 PDT 2018
ab accepted this revision.
ab added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: test/Driver/aarch64-cpus.c:9
// RUN: %clang -target aarch64_be -mlittle-endian -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
// GENERIC: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-cpu" "generic"
----------------
Ideally, these should test `aarch64-{{.*}}`, no?
https://reviews.llvm.org/D50068
More information about the cfe-commits
mailing list