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 83b25cb commit 84337eeCopy full SHA for 84337ee
swift-ci/sdks/android/patches/swift-android-trunk.patch
@@ -10,3 +10,15 @@ index 3f36fc979cb..8713ae8fea8 100755
10
"grep",
11
"--extended-regexp",
12
"--recursive",
13
+diff --git a/swift/test/SILOptimizer/dead_array_elim.swift b/swift/test/SILOptimizer/dead_array_elim.swift
14
+index a15d6aa2254..8426e66c7e0 100644
15
+--- a/swift/test/SILOptimizer/dead_array_elim.swift
16
++++ b/swift/test/SILOptimizer/dead_array_elim.swift
17
+@@ -2,7 +2,6 @@
18
+
19
+ // REQUIRES: swift_stdlib_no_asserts
20
+ // REQUIRES: swift_in_compiler
21
+-// XFAIL: OS=linux-androideabi
22
23
+ // These tests check whether DeadObjectElimination pass runs as a part of the
24
+ // optimization pipeline and eliminates dead array literals in Swift code.
0 commit comments