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.
1 parent 1599d3e commit 4c0ea55Copy full SHA for 4c0ea55
test/SILOptimizer/specialize_opaque_result_types2.sil
@@ -2,6 +2,8 @@
2
// RUN: %target-swift-frontend -disable-availability-checking -primary-file %S/Inputs/specialize_opaque_result_types.swift -enable-library-evolution -module-name A -emit-sib -o %t/A.sib
3
// RUN: %target-swift-frontend -emit-sil -primary-file %s -enable-library-evolution -O -module-name A %t/A.sib -o - | %FileCheck %s
4
5
+// REQUIRES: CPU=x86_64
6
+
7
sil_stage canonical
8
9
import Builtin
0 commit comments