[Openmp-commits] [PATCH] D42166: [OMPT] Add tool_available_search testcase
Simon Convent via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 17 04:51:40 PST 2018
sconvent created this revision.
sconvent added reviewers: Hahnfeld, protze.joachim, jlpeyton.
Tests the search for tools as defined in the spec. The OMP_TOOL_LIBRARIES environment variable contains paths to the following files(in that order)
-to a nonexisting file
-to a shared library that does not have a ompt_start_tool function
-to a shared library that has an ompt_start_tool implementation returning NULL
-to a shared library that has an ompt_start_tool implementation returning a pointer to a valid instance of ompt_start_tool_result_t
https://reviews.llvm.org/D42166
Files:
runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42166.130132.patch
Type: text/x-patch
Size: 3292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180117/723fb620/attachment.bin>
More information about the Openmp-commits
mailing list