Skip to content

Commit bea8a3d

Browse files
authored
Merge pull request #61003 from hamishknight/fix-test
2 parents aec29cc + 41dd46b commit bea8a3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Profiler/rdar39146527.sil

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %target-swift-frontend -emit-sil -O -sil-verify-all %s | %FileCheck %s
22
// RUN: %target-swift-frontend -emit-ir -O -sil-verify-all -profile-generate %s
33

4+
// Test contains a reference to _StringObject._object, which is not defined on
5+
// some architectures.
6+
// REQUIRES: CPU=x86_64
7+
48
import Builtin
59
import Swift
610

0 commit comments

Comments
 (0)