mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 08:16:33 +00:00

Avoid calling NULL function pointers in cases where ompt_start_tool succeeds but those tsan functions do not really exist. Fix https://github.com/llvm/llvm-project/issues/93524 --------- Co-authored-by: Joachim <protze@rz.rwth-aachen.de>