[Openmp-commits] [openmp] [libomptarget] [OMPT] Fixed return address computation for OMPT events. (PR #80498)
via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 2 14:13:11 PST 2024
================
@@ -10,15 +10,21 @@
//
//===----------------------------------------------------------------------===//
+#include "OpenMP/OMPT/Interface.h"
----------------
dhruvachak wrote:
> Don't think we should bother adding this to the legacy API stuff because these are just kept around for backwards compatibility.
Well, downstream still uses it. Since the legacy API is still around upstream, I decided to make the changes here.
https://github.com/llvm/llvm-project/pull/80498
More information about the Openmp-commits
mailing list