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 c2ad27c + 21bde7c commit d951335Copy full SHA for d951335
test/IRGen/temporary_allocation/codegen.swift
@@ -2,6 +2,7 @@
2
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-STACK-ALLOC -DWORD=i%target-ptrsize
3
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-HEAP-ALLOC -DWORD=i%target-ptrsize
4
// REQUIRES: CPU=x86_64
5
+// REQUIRES: rdar104435186
6
7
@_silgen_name("blackHole")
8
func blackHole(_ value: UnsafeMutableRawPointer?) -> Void
0 commit comments