File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
swift-ci/sdks/android/patches Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil b/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
2
+ index 98765e0e4a3..4dc68bf522b 100644
3
+ --- a/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
4
+ +++ b/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
5
+ @@ -1,5 +1,7 @@
6
+ // RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-redundant-copyvalue-elim %s | %FileCheck %s
7
+
8
+ + // XFAIL: OS=linux-android, OS=linux-androideabi
9
+ +
10
+ // NOTE: Some of our tests here depend on borrow elimination /not/ running!
11
+ // Please do not add it to clean up the IR like we did in
12
+ // semanticarcopts-loadcopy-to-loadborrow!
1
13
diff --git a/swift/utils/build-script-impl b/swift/utils/build-script-impl
2
14
index 16e05052609..7ab8cebfab8 100755
3
15
--- a/swift/utils/build-script-impl
You can’t perform that action at this time.
0 commit comments