[Openmp-commits] [PATCH] D41904: [OMPT] Add tool_not_available testcase
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 10 05:51:06 PST 2018
Hahnfeld added a comment.
Hmm, can we also somehow test that the runtime continues searching for a tool in that case? For example having `OMP_TOOL_LIBRARIES` with a tool that has no `ompt_start_tool`, one that returns `NULL` and a final one that does activate OMPT?
https://reviews.llvm.org/D41904
More information about the Openmp-commits
mailing list