Skip to content

Commit

Permalink
Fix print-multi-directory test for strict align variant (#581)
Browse files Browse the repository at this point in the history
The `test/multilib/armv7a.test` was looking for the incorrect multilib
directory output when checking the behaviour for the strict align
library variant. This patch fixes this issue.
  • Loading branch information
pratlucas authored Nov 27, 2024
1 parent 4dd4c4d commit 0af4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multilib/armv7a.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# RUN: %clang -print-multi-directory --target=armv7ve-none-eabi -mfpu=none -mno-unaligned-access | FileCheck --check-prefix=CHECK-NOUNALIGNED %s
# RUN: %clang -print-multi-directory --target=armv7ve-none-eabi -mfpu=none -mno-unaligned-access -marm | FileCheck --check-prefix=CHECK-NOUNALIGNED %s
# RUN: %clang -print-multi-directory --target=armv7ve-none-eabi -mfpu=none -mno-unaligned-access -mthumb| FileCheck --check-prefix=CHECK-NOUNALIGNED %s
# CHECK-NOUNALIGNED: arm-none-eabi/armv7a_soft_nofp_strictly_aligned_exn_rtti{{$}}
# CHECK-NOUNALIGNED: arm-none-eabi/armv7a_soft_nofp_strictalign_exn_rtti{{$}}
# CHECK-NOUNALIGNED-EMPTY:

# RUN: %clang -print-multi-directory --target=armv7a-none-eabihf -mfpu=vfpv3-d16 | FileCheck --check-prefix=VFPV3 %s
Expand Down

0 comments on commit 0af4597

Please sign in to comment.