This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 5d47980 [OpenMP][libomptarget] Add data sharing support in libomptarget new 40b3373 [OMPT] Add tool_not_available testcase new 3c721c2 [OMPT] Add tool_available_search testcase
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../loadtool/{ => tool_available}/tool_available.c | 0 .../tool_available_search/tool_available_search.c | 104 +++++++++++++++++++++ .../tool_not_available.c} | 39 ++++---- 3 files changed, 121 insertions(+), 22 deletions(-) copy runtime/test/ompt/loadtool/{ => tool_available}/tool_available.c (100%) create mode 100644 runtime/test/ompt/loadtool/tool_available_search/tool_available [...] rename runtime/test/ompt/loadtool/{tool_available.c => tool_not_available/tool_not [...]