Skip to content

Commit a4d182c

Browse files
Merge pull request #31987 from aschwaighofer/fix_framepointer_arm64
Fix framepointer arm64 test
2 parents 435b239 + 00485c3 commit a4d182c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/IRGen/framepointer_arm64.sil

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
// RUN: %target-swift-frontend -target arm64-apple-ios8.0 -primary-file %s -S -no-omit-leaf-frame-pointer | %FileCheck %s --check-prefix=CHECKASM-ALL
55

66
// REQUIRES: CODEGENERATOR=AArch64
7-
8-
// UNSUPPORTED: OS=linux-gnu
9-
// UNSUPPORTED: OS=windows
7+
// REQUIRES: OS=ios
108

119
sil_stage canonical
1210

0 commit comments

Comments
 (0)