[flang-commits] [clang] [llvm] [flang] [AArch64][Driver] Better handling of target feature dependencies (PR #78270)
Tomas Matheson via flang-commits
flang-commits at lists.llvm.org
Wed Jan 17 08:26:54 PST 2024
================
@@ -1,25 +1,25 @@
// RUN: %clang --target=aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC-V8A %s
// RUN: %clang --target=aarch64 -march=armv8-a -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC-V8A %s
-// GENERIC-V8A: "-cc1"{{.*}} "-triple" "aarch64{{(--)?}}"{{.*}} "-target-cpu" "generic" "-target-feature" "+neon" "-target-feature" "+v8a"
+// GENERIC-V8A: "-cc1"{{.*}} "-triple" "aarch64{{(--)?}}"{{.*}} "-target-cpu" "generic" "-target-feature" "+v8a"
----------------
tmatheson-arm wrote:
Is something specific happening with neon/noneon, and shouldn't it be checked for here?
https://github.com/llvm/llvm-project/pull/78270
More information about the flang-commits
mailing list