[Openmp-commits] [clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)
Julian Brown via Openmp-commits
openmp-commits at lists.llvm.org
Tue Sep 23 05:46:16 PDT 2025
================
@@ -2627,7 +2627,7 @@ typedef struct {
} ed;
} kmp_event_t;
-#if OMPX_TASKGRAPH
+#if OMP_TASKGRAPH_EXPERIMENTAL
----------------
jtb20 wrote:
The runtime bits are already in a separate patch, so I'm not sure I understand here.
https://github.com/llvm/llvm-project/pull/159774
More information about the Openmp-commits
mailing list