Skip to content

Commit 5b0191c

Browse files
committed
[Tests] XFAIL IRGen/typed_throws_abi.swift on arm64e
rdar://139555118 This test fails on arm64e, because of expected differences in code gen, because of ptrauth.
1 parent 1bdffc3 commit 5b0191c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/typed_throws_abi.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-irgen -enable-library-evolution | %FileCheck %s
22

3+
// XFAIL: CPU=arm64e
34
// REQUIRES: PTRSIZE=64
45

56
struct Empty: Error {}

0 commit comments

Comments
 (0)