[Openmp-commits] [clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue Sep 23 05:53:01 PDT 2025
================
@@ -2627,7 +2627,7 @@ typedef struct {
} ed;
} kmp_event_t;
-#if OMPX_TASKGRAPH
+#if OMP_TASKGRAPH_EXPERIMENTAL
----------------
jprotze wrote:
All commits in a PR will be squashed on merge. I think, alexey is asking for a separate PR with libomp changes
https://github.com/llvm/llvm-project/pull/159774
More information about the Openmp-commits
mailing list