Skip to content

Commit 4373ed8

Browse files
Merge pull request swiftlang#18789 from aschwaighofer/xfail_i386_instrprof_tsan
XFAIL test/Profiler/instrprof_tsan.swift
2 parents 622ccfa + df8cb66 commit 4373ed8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Profiler/instrprof_tsan.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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
5+
36
// CHECK: define {{.*}}empty
47
// CHECK-NOT: load{{.*}}empty
58
// CHECK: ret void

0 commit comments

Comments
 (0)