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 0d41e00 commit c214c8dCopy full SHA for c214c8d
test/IRGen/temporary_allocation/codegen.swift
@@ -1,6 +1,7 @@
1
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefixes=CHECK,CHECK-LARGE-ALLOC,CHECK-LARGE-ALLOC-%target-vendor
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
6
@_silgen_name("blackHole")
7
func blackHole(_ value: UnsafeMutableRawPointer?) -> Void
0 commit comments