Skip to content

Commit d474b46

Browse files
committed
[android][aarch64] XFAIL IRGen/pic.swift test.
The codegen for Android AArch64 differs in order to the expected one (and the one that seems to happen in Linux AArch64). The SIL and IR are the same, but the final codegen is different. More details in https://bugs.swift.org/browse/SR-12194. This was introduced with the master rebranch of February 10th 2020.
1 parent 6d20882 commit d474b46

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)