[PATCH] D50068: [AArch64][ARM] Add Armv8.4-A tests
Sjoerd Meijer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 1 01:34:31 PDT 2018
SjoerdMeijer added inline comments.
================
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"
----------------
ab wrote:
> Ideally, these should test `aarch64-{{.*}}`, no?
Agreed, good point. I will commit this first, and address this in a follow up as it looks like needs fixing in a few places here in this file.
https://reviews.llvm.org/D50068
More information about the cfe-commits
mailing list