[OpenACc][CIR] Fix tests failed because of crossed-patches
Review #145600 and #145770 crossed, which caused compute-copy and combined-copy tests to fail because of an insufficiently written 'check' line for a cir.func, which didn't account for the linkage spec being added. This patch adds that to fix the build.
This commit is contained in:
parent
6b9e6f066f
commit
edf0d0da43
@ -1104,7 +1104,7 @@ void copy_member_of_array_element_member() {
|
||||
}
|
||||
|
||||
void modifier_list() {
|
||||
// CHECK: cir.func @modifier_list() {
|
||||
// CHECK: cir.func{{.*}} @modifier_list() {
|
||||
int localVar;
|
||||
// CHECK-NEXT: %[[LOCALVAR:.*]] = cir.alloca !s32i, !cir.ptr<!s32i>, ["localVar"]
|
||||
|
||||
|
@ -899,7 +899,7 @@ void acc_compute_members() {
|
||||
}
|
||||
|
||||
void modifier_list() {
|
||||
// CHECK: cir.func @modifier_list() {
|
||||
// CHECK: cir.func{{.*}} @modifier_list() {
|
||||
int localVar;
|
||||
// CHECK-NEXT: %[[LOCALVAR:.*]] = cir.alloca !s32i, !cir.ptr<!s32i>, ["localVar"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user