Skip to content

Commit 8802568

Browse files
authored
Merge pull request #18797 from vedantk/instrprof-tsan
2 parents 9356412 + 02aa4af commit 8802568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Profiler/instrprof_tsan.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend -emit-ir -profile-generate -sanitize=thread %s | %FileCheck %s
22

3-
// rdar://43422035 unsupported option for target i386-apple-ios
4-
// XFAIL: CPU=i386
3+
// REQUIRES: OS=macosx
4+
// REQUIRES: CPU=x86_64
55

66
// CHECK: define {{.*}}empty
77
// CHECK-NOT: load{{.*}}empty

0 commit comments

Comments
 (0)