Skip to content

Commit 0af4597

Browse files
authored
Fix print-multi-directory test for strict align variant (#581)
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.
1 parent 4dd4c4d commit 0af4597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multilib/armv7a.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# RUN: %clang -print-multi-directory --target=armv7ve-none-eabi -mfpu=none -mno-unaligned-access | FileCheck --check-prefix=CHECK-NOUNALIGNED %s
1414
# RUN: %clang -print-multi-directory --target=armv7ve-none-eabi -mfpu=none -mno-unaligned-access -marm | FileCheck --check-prefix=CHECK-NOUNALIGNED %s
1515
# RUN: %clang -print-multi-directory --target=armv7ve-none-eabi -mfpu=none -mno-unaligned-access -mthumb| FileCheck --check-prefix=CHECK-NOUNALIGNED %s
16-
# CHECK-NOUNALIGNED: arm-none-eabi/armv7a_soft_nofp_strictly_aligned_exn_rtti{{$}}
16+
# CHECK-NOUNALIGNED: arm-none-eabi/armv7a_soft_nofp_strictalign_exn_rtti{{$}}
1717
# CHECK-NOUNALIGNED-EMPTY:
1818

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

0 commit comments

Comments
 (0)