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 e37dba1 + d474b46 commit 6c7cdefCopy full SHA for 6c7cdef
test/IRGen/pic.swift
@@ -1,6 +1,9 @@
1
// <rdar://problem/15358345> Check that we always use PIC relocations on all
2
// platforms.
3
4
+// SR-12194
5
+// XFAIL: OS=linux-android, CPU=aarch64
6
+
7
// RUN: %target-swift-frontend %s -module-name main -S -o - | %FileCheck -check-prefix=%target-cpu -check-prefix=%target-cpu-%target-sdk-name %s
8
9
var global: Int = 0
0 commit comments