Skip to content

Commit feb0374

Browse files
Leporacanthicusagozillon
authored andcommitted
Fix broken ARM processor features test (llvm#80717)
This should fix failed build bots, so pushing before Windows build is done.
1 parent a2fb9ad commit feb0374

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flang/test/Driver/target-cpu-features.f90

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030
! RUN: | FileCheck %s -check-prefix=CHECK-AMDGPU-R600
3131

3232
! CHECK-A57: "-fc1" "-triple" "aarch64-unknown-linux-gnu"
33-
! CHECK-A57-SAME: "-target-cpu" "cortex-a57" "-target-feature" "+v8a" "-target-feature" "+aes" "-target-feature" "+crc" "-target-feature" "+fp-armv8" "-target-feature" "+sha2" "-target-feature" "+neon"
33+
! CHECK-A57-SAME: "-target-cpu" "cortex-a57"
34+
! CHECK-A57-SAME: "-target-feature" "+v8a" "-target-feature" "+aes" "-target-feature" "+crc" "-target-feature" "+fp-armv8" "-target-feature" "+sha2" "-target-feature" "+neon"
3435

3536
! CHECK-A76: "-fc1" "-triple" "aarch64-unknown-linux-gnu"
36-
! CHECK-A76-SAME: "-target-cpu" "cortex-a76" "-target-feature" "+v8.2a" "-target-feature" "+aes" "-target-feature" "+crc" "-target-feature" "+dotprod" "-target-feature" "+fp-armv8" "-target-feature" "+fullfp16" "-target-feature" "+lse" "-target-feature" "+ras" "-target-feature" "+rcpc" "-target-feature" "+rdm" "-target-feature" "+sha2" "-target-feature" "+neon" "-target-feature" "+ssbs"
37+
! CHECK-A76-SAME: "-target-cpu" "cortex-a76"
38+
! CHECK-A76-SAME: "-target-feature" "+v8.2a" "-target-feature" "+aes" "-target-feature" "+crc" "-target-feature" "+dotprod" "-target-feature" "+fp-armv8" "-target-feature" "+fullfp16" "-target-feature" "+lse" "-target-feature" "+ras" "-target-feature" "+rcpc" "-target-feature" "+rdm" "-target-feature" "+sha2" "-target-feature" "+neon" "-target-feature" "+ssbs"
3739

3840
! CHECK-ARMV9: "-fc1" "-triple" "aarch64-unknown-linux-gnu"
3941
! CHECK-ARMV9-SAME: "-target-cpu" "generic"

0 commit comments

Comments
 (0)