Skip to content

Commit ad4cc09

Browse files
authored
Merge pull request #36192 from drodriguez/android-xfail-dead_array_elim
2 parents 295e666 + cdea580 commit ad4cc09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/dead_array_elim.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -O -emit-sil -primary-file %s | %FileCheck %s
22

33
// REQUIRES: swift_stdlib_no_asserts
4+
// XFAIL: OS=linux-androideabi
45

56
// These tests check whether DeadObjectElimination pass runs as a part of the
67
// optimization pipeline and eliminates dead array literals in Swift code.

0 commit comments

Comments
 (0)