[Openmp-commits] [PATCH] D82267: [OpenMP][Tests] Fix/Mark compatibilty for GCC

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 2 08:05:42 PDT 2020


protze.joachim updated this revision to Diff 275120.
protze.joachim added a comment.

The intention was to check the return address for the first two tasks. Unfortunately, the CHECK did not capture the return address of the second task creation, but instead compared to the return address of the first task.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82267/new/

https://reviews.llvm.org/D82267

Files:
  openmp/runtime/test/ompt/tasks/dependences_mtxinoutset.c


Index: openmp/runtime/test/ompt/tasks/dependences_mtxinoutset.c
===================================================================
--- openmp/runtime/test/ompt/tasks/dependences_mtxinoutset.c
+++ openmp/runtime/test/ompt/tasks/dependences_mtxinoutset.c
@@ -85,6 +85,7 @@
 // CHECK-SAME: parent_task_id={{[0-9]+}}, parent_task_frame.exit=[[EXIT]],
 // CHECK-SAME: parent_task_frame.reenter={{0x[0-f]+}},
 // CHECK-SAME: new_task_id=[[SECOND_TASK:[0-f]+]], codeptr_ra={{0x[0-f]+}},
+// CHECK-SAME: codeptr_ra=[[RETURN_ADDRESS:0x[0-f]+]]{{[0-f][0-f]}},
 // CHECK-SAME: task_type=ompt_task_explicit=4, has_dependences=yes
 
 // CHECK: {{^}}[[MASTER_ID]]: ompt_event_dependences:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82267.275120.patch
Type: text/x-patch
Size: 676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200702/c7bbdd48/attachment.bin>


More information about the Openmp-commits mailing list