Skip to content

Commit d951335

Browse files
authored
Merge pull request swiftlang#63110 from ahoppen/ahoppen/disable-temporar-allocation
Disable IRGen/temporary_allocation/codegen.swift
2 parents c2ad27c + 21bde7c commit d951335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/temporary_allocation/codegen.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-STACK-ALLOC -DWORD=i%target-ptrsize
33
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-HEAP-ALLOC -DWORD=i%target-ptrsize
44
// REQUIRES: CPU=x86_64
5+
// REQUIRES: rdar104435186
56

67
@_silgen_name("blackHole")
78
func blackHole(_ value: UnsafeMutableRawPointer?) -> Void

0 commit comments

Comments
 (0)