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 33
44// REQUIRES: optimized_stdlib
55
6- // See https://bugs.swift.org/browse/SR-12370
7- // XFAIL: OS=linux-androideabi && CPU=armv7
8-
96// Test propagation of non-static let properties with compile-time constant values.
107
118// TODO: Once this optimization can remove the propagated fileprivate/internal let properties or
Original file line number Diff line number Diff line change 11// RUN: %target-swiftc_driver -O -Rpass-missed=sil-opt-remark-gen -Xllvm -sil-disable-pass=FunctionSignatureOpts -emit-sil %s -o /dev/null -Xfrontend -verify
22// REQUIRES: optimized_stdlib,swift_stdlib_no_asserts
33
4- // XFAIL: OS=linux-androideabi && CPU=armv7
5-
64public class Klass { }
75
86// TODO: Change global related code to be implicit/autogenerated (as
You can’t perform that action at this time.
0 commit comments