We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 105ac4b + 68c7ba2 commit e7929f4Copy full SHA for e7929f4
test/IRGen/pic.swift
@@ -2,7 +2,7 @@
2
// platforms.
3
4
// https://github.com/apple/swift/issues/54619
5
-// XFAIL: OS=linux-android && CPU=aarch64
+// XFAIL: OS=linux-android && (CPU=aarch64 || CPU=armv7)
6
// UNSUPPORTED: OS=linux-gnu, CPU=wasm32
7
8
// 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