summaryrefslogtreecommitdiffstats
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.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_global.cpp b/openmp/runtime/src/kmp_global.cpp
index 5f38009af8f..37903a661b2 100644
--- a/openmp/runtime/src/kmp_global.cpp
+++ b/openmp/runtime/src/kmp_global.cpp
@@ -533,5 +533,9 @@ int _You_must_link_with_Microsoft_OpenMP_library = 1;
#if OMP_50_ENABLED
kmp_target_offload_kind_t __kmp_target_offload = tgt_default;
-#endif
+
+// OMP Pause Resources
+kmp_pause_status_t __kmp_pause_status = kmp_not_paused;
+#endif // OMP_50_ENABLED
+
// end of file //
OpenPOWER on IntegriCloud