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.
1 parent 412fffc commit 31f1f9cCopy full SHA for 31f1f9c
test/IRGen/pic.swift
@@ -2,7 +2,8 @@
2
// platforms.
3
4
// https://github.com/apple/swift/issues/54619
5
-// XFAIL: OS=linux-android && (CPU=aarch64 || CPU=armv7)
+// XFAIL: OS=linux-android && CPU=aarch64
6
+// XFAIL: OS=linux-androideabi && CPU=armv7
7
// UNSUPPORTED: OS=linux-gnu, CPU=wasm32
8
9
// 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