Skip to content

Commit 620e5d8

Browse files
committed
Disable profiling_marker_thunks.swift on arm64e
The test fails because the output is different due to pointer signing rdar://138114215
1 parent 8144323 commit 620e5d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/profiling_marker_thunks.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// UNSUPPORTED: OS=windows-msvc
1010
// UNSUPPORTED: OS=linux-gnu, OS=linux-android, OS=linux-androideabi
1111

12+
// UNSUPPORTED: CPU=arm64e
13+
1214
// NOTHUNK-NOT: __swift_prof_thunk
1315

1416
import P

0 commit comments

Comments
 (0)