Skip to content

Commit 6c7cdef

Browse files
authored
Merge pull request #29787 from drodriguez/android-xfail-pic
[android][aarch64] XFAIL IRGen/pic.swift test.
2 parents e37dba1 + d474b46 commit 6c7cdef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/pic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// <rdar://problem/15358345> Check that we always use PIC relocations on all
22
// platforms.
33

4+
// SR-12194
5+
// XFAIL: OS=linux-android, CPU=aarch64
6+
47
// RUN: %target-swift-frontend %s -module-name main -S -o - | %FileCheck -check-prefix=%target-cpu -check-prefix=%target-cpu-%target-sdk-name %s
58

69
var global: Int = 0

0 commit comments

Comments
 (0)