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 e7086d1 + a0333a4 commit bd1e23cCopy full SHA for bd1e23c
test/SILOptimizer/opt-remark-generator.swift
@@ -1,6 +1,8 @@
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
// REQUIRES: optimized_stdlib
3
4
+// XFAIL: OS=linux-androideabi && CPU=armv7
5
+
6
public class Klass {}
7
8
public var global = Klass()
0 commit comments