Skip to content

Commit e7929f4

Browse files
authored
Merge pull request #84880 from swiftlang/jadams/update-arcs-android-xfail
xfail pic.swift for armv7
2 parents 105ac4b + 68c7ba2 commit e7929f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/pic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// platforms.
33

44
// https://github.com/apple/swift/issues/54619
5-
// XFAIL: OS=linux-android && CPU=aarch64
5+
// XFAIL: OS=linux-android && (CPU=aarch64 || CPU=armv7)
66
// UNSUPPORTED: OS=linux-gnu, CPU=wasm32
77

88
// RUN: %target-swift-frontend %s -module-name main -S -o - | %FileCheck -check-prefix=%target-cpu -check-prefix=%target-cpu-%target-sdk-name %s

0 commit comments

Comments
 (0)