[Openmp-commits] [PATCH] D124070: [OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback registration in nextgen plugins

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue May 2 11:31:33 PDT 2023


tianshilei1992 added a comment.

Okay, I see why it fails here. `ompt_start_tool_result_t` is in `openmp/runtime/src/include/omp-tools.h.var`, which will be generated when `libomp` is built. This makes it dependent on `libomp`, but the dependences are not set. I'm gonna revert the patch for now. I have another patch (https://reviews.llvm.org/D149617) that will make `libomptarget` depend on `libomp`, which can solve the issue automatically. It is reverted because it broke something but it will be landed soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124070



More information about the Openmp-commits mailing list