mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 09:26:07 +00:00
Fix captured statements codegen test on ARM
The return type of the destructor may vary between platforms, so stop inadvertently testing it. llvm-svn: 181541
This commit is contained in:
parent
07fe235e2b
commit
0698787d19
@ -34,7 +34,7 @@ void test1() {
|
||||
// CHECK-1: store %struct.Foo* %f, %struct.Foo**
|
||||
// CHECK-1: getelementptr inbounds %[[Capture]]* %{{[^,]*}}, i32 0, i32 1
|
||||
// CHECK-1: call void @[[HelperName:[A-Za-z0-9_]+]](%[[Capture]]*
|
||||
// CHECK-1: call void @_ZN3FooD1Ev
|
||||
// CHECK-1: call {{.*}}FooD1Ev
|
||||
// CHECK-1: ret
|
||||
}
|
||||
|
||||
@ -93,5 +93,5 @@ void test4() {
|
||||
//
|
||||
// CHECK-4: define internal void @[[HelperName]]
|
||||
// CHECK-4: store i32 5, i32*
|
||||
// CHECK-4: call void @{{.*}}FooD1Ev(%struct.Foo*
|
||||
// CHECK-4: call {{.*}}FooD1Ev
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user