We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 874b577 + 47a08e3 commit 4e5ff2cCopy full SHA for 4e5ff2c
test/IRGen/protocol_metadata.swift
@@ -1,7 +1,7 @@
1
// 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
2
// RUN: %target-swift-frontend -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module -enable-objc-interop
3
4
-// REQUIRES: CPU=x86_64
+// REQUIRES: PTRSIZE=64
5
6
protocol A { func a() }
7
protocol B { func b() }
0 commit comments