[Openmp-commits] [PATCH] D90752: [OpenMP][OMPT] Update the omp-tools header file to reflect 5.1 changes

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 11 08:12:55 PST 2020


protze.joachim updated this revision to Diff 304521.
protze.joachim marked an inline comment as done.
protze.joachim added a comment.

The `ompt_callback_master_t` type is deprecated, but not removed. So, omp-tools.h still needs to define the type.

I also ran all tests with  `cmake -DOPENMP_TEST_FLAGS:STRING="-Werror -Wno-#warnings"` and fixed all warnings for the ompt test cases (mainly about missing cases in switch statements).


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

https://reviews.llvm.org/D90752

Files:
  openmp/runtime/src/include/omp-tools.h.var
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/ompt-event-specific.h
  openmp/runtime/test/ompt/callback.h
  openmp/runtime/test/ompt/cancel/cancel_taskgroup.c
  openmp/runtime/test/ompt/loadtool/tool_available/tool_available.c
  openmp/runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c
  openmp/runtime/test/ompt/misc/api_calls_without_ompt.c
  openmp/runtime/test/ompt/synchronization/barrier/implicit_task_data.c
  openmp/runtime/test/ompt/synchronization/masked.c
  openmp/runtime/test/ompt/synchronization/master.c
  openmp/runtime/test/ompt/synchronization/nest_lock.c
  openmp/runtime/test/ompt/synchronization/taskgroup.c
  openmp/runtime/test/ompt/tasks/task_memory.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90752.304521.patch
Type: text/x-patch
Size: 33245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201111/74eb11c3/attachment-0001.bin>


More information about the Openmp-commits mailing list