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 aec29cc + 41dd46b commit bea8a3dCopy full SHA for bea8a3d
test/Profiler/rdar39146527.sil
@@ -1,6 +1,10 @@
1
// RUN: %target-swift-frontend -emit-sil -O -sil-verify-all %s | %FileCheck %s
2
// RUN: %target-swift-frontend -emit-ir -O -sil-verify-all -profile-generate %s
3
4
+// Test contains a reference to _StringObject._object, which is not defined on
5
+// some architectures.
6
+// REQUIRES: CPU=x86_64
7
+
8
import Builtin
9
import Swift
10
0 commit comments