Skip to content

Commit d4289d6

Browse files
committed
Update the TBI test to be conditional on the arm64 code generator instead of targeting arm64.
This ensures that we run the test during normal PR testing and hopefully ensures I never have to fix this test again = ). rdar://24370377
1 parent 888894c commit d4289d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Misc/tbi.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// RUN: -O -S %s -parse-as-library -parse-stdlib -module-name Swift | \
77
// RUN: %FileCheck --check-prefix=NO_TBI %s
88

9-
// REQUIRES: CPU=arm64
10-
// REQUIRES: OS=ios
9+
// REQUIRES: CODEGENERATOR=AArch64
1110

1211
// Verify that TBI is on by default in Swift on targets that support it. For our
1312
// purposes this means iOS8.0 or later.

0 commit comments

Comments
 (0)