File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
// REQUIRES: optimized_stdlib
5
5
6
- // See https://bugs.swift.org/browse/SR-12370
7
- // XFAIL: OS=linux-androideabi && CPU=armv7
8
-
9
6
// Test propagation of non-static let properties with compile-time constant values.
10
7
11
8
// TODO: Once this optimization can remove the propagated fileprivate/internal let properties or
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-opt-remark-gen -Xllvm -sil-disable-pass=FunctionSignatureOpts -emit-sil %s -o /dev/null -Xfrontend -verify
2
2
// REQUIRES: optimized_stdlib,swift_stdlib_no_asserts
3
3
4
- // XFAIL: OS=linux-androideabi && CPU=armv7
5
-
6
4
public class Klass { }
7
5
8
6
// TODO: Change global related code to be implicit/autogenerated (as
You can’t perform that action at this time.
0 commit comments