File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/IRGen/temporary_allocation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
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-prefixes=CHECK,CHECK -LARGE-STACK-ALLOC
3
- // RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefixes=CHECK,CHECK -LARGE-HEAP-ALLOC
2
+ // RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefixes=CHECK-LARGE-STACK-ALLOC -DWORD=i%target-ptrsize
3
+ // RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefixes=CHECK-LARGE-HEAP-ALLOC -DWORD=i%target-ptrsize
4
4
5
5
@_silgen_name ( " blackHole " )
6
6
func blackHole( _ value: UnsafeMutableRawPointer ? ) -> Void
You can’t perform that action at this time.
0 commit comments