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 86dadac + 090a592 commit a8b1ce2Copy full SHA for a8b1ce2
test/SILOptimizer/dead_array_elim.swift
@@ -3,6 +3,10 @@
3
// REQUIRES: swift_stdlib_no_asserts
4
// XFAIL: OS=linux-androideabi
5
6
+// Test needs to be updated for 32bit.
7
+// rdar://74810823
8
+// UNSUPPORTED: PTRSIZE=32
9
+
10
// These tests check whether DeadObjectElimination pass runs as a part of the
11
// optimization pipeline and eliminates dead array literals in Swift code.
12
// Note that DeadObjectElimination pass relies on @_semantics annotations on
test/SILOptimizer/string_optimization.swift
@@ -6,6 +6,10 @@
// REQUIRES: executable_test,swift_stdlib_no_asserts
13
#if _runtime(_ObjC)
14
import Foundation
15
#endif
0 commit comments