Skip to content

Commit 4e5ff2c

Browse files
authored
Merge pull request #66495 from karwa/patch-16
Enable IRGen/protocol_metadata test on Apple Silicon
2 parents 874b577 + 47a08e3 commit 4e5ff2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/protocol_metadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend %use_no_opaque_pointers -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module -enable-objc-interop | %FileCheck %s -DINT=i%target-ptrsize
22
// RUN: %target-swift-frontend -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module -enable-objc-interop
33

4-
// REQUIRES: CPU=x86_64
4+
// REQUIRES: PTRSIZE=64
55

66
protocol A { func a() }
77
protocol B { func b() }

0 commit comments

Comments
 (0)