From 47a08e3cfa0d647f9f46552a0454b2ad654a15be Mon Sep 17 00:00:00 2001 From: Karl <5254025+karwa@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:36:43 +0200 Subject: [PATCH] Enable IRGen/protocol_metadata test on Apple Silicon --- test/IRGen/protocol_metadata.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/IRGen/protocol_metadata.swift b/test/IRGen/protocol_metadata.swift index 3685b93313661..7ddc6abc1880d 100644 --- a/test/IRGen/protocol_metadata.swift +++ b/test/IRGen/protocol_metadata.swift @@ -1,6 +1,6 @@ // RUN: %target-swift-frontend -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module -enable-objc-interop | %FileCheck %s -DINT=i%target-ptrsize -// REQUIRES: CPU=x86_64 +// REQUIRES: PTRSIZE=64 protocol A { func a() } protocol B { func b() }