Skip to content

Commit ac86aed

Browse files
authored
Merge pull request #63135 from aschwaighofer/relative_pwt_arm64e_disable
The relative_protocol_witness_table.swift test does not work on arm64e
2 parents 91f7854 + 299228c commit ac86aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/relative_protocol_witness_table.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend -enable-relative-protocol-witness-tables -module-name A -primary-file %s -emit-ir | %FileCheck %s
22

3-
// REQUIRES: CPU=x86_64 || CPU=arm64 || CPU=arm64e
3+
// REQUIRES: CPU=x86_64 || CPU=arm64
44

55
protocol FuncOnly {
66
func a()

0 commit comments

Comments
 (0)