[Openmp-commits] [PATCH] D99803: [openmp] Add OMPT initialization in libomptarget

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 29 10:53:07 PDT 2021


hbae added inline comments.


================
Comment at: openmp/libomptarget/src/rtl.cpp:203
+      }
+    }
+    ompt_initialized = true;
----------------
Can we also turn if off when `!libomp_start_tool`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99803



More information about the Openmp-commits mailing list