summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_global.cpp')
-rw-r--r--openmp/runtime/src/kmp_global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_global.cpp b/openmp/runtime/src/kmp_global.cpp
index fdf756911657..bcc318a18099 100644
--- a/openmp/runtime/src/kmp_global.cpp
+++ b/openmp/runtime/src/kmp_global.cpp
@@ -551,7 +551,7 @@ int __kmp_nesting_mode = 0;
int __kmp_nesting_mode_nlevels = 1;
int *__kmp_nesting_nth_level;
-#if OMPX_TASKGRAPH
+#if OMP_TASKGRAPH_EXPERIMENTAL
// TDG record & replay
int __kmp_tdg_dot = 0;
kmp_int32 __kmp_max_tdgs = 100;