Skip to content

Commit e916781

Browse files
authored
Merge pull request #63093 from apple/xwu/temporary-allocation-irgen-fix
[test] Limit temporary allocation IRGen test to x86_64 to unblock bots
2 parents 0d41e00 + c214c8d commit e916781

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
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefixes=CHECK,CHECK-LARGE-ALLOC,CHECK-LARGE-ALLOC-%target-vendor
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
4+
// REQUIRES: CPU=x86_64
45

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

0 commit comments

Comments
 (0)