aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/openmp/exports_so.txt
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-05 12:40:01 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-05 12:40:01 +0300
commita9cfb5e4db2bd8b53d0c81119838eeb178a92329 (patch)
tree4f9b0cfa6a354a7de80aa8a32da047db8d34956d /contrib/libs/cxxsupp/openmp/exports_so.txt
parentd2cc973b3c4479746b818ca83fc1578d75bf75e7 (diff)
downloadydb-a9cfb5e4db2bd8b53d0c81119838eeb178a92329.tar.gz
intermediate changes
ref:0bd5d0b15b7cd210eca9b21c15772afa06ed37a1
Diffstat (limited to 'contrib/libs/cxxsupp/openmp/exports_so.txt')
-rw-r--r--contrib/libs/cxxsupp/openmp/exports_so.txt43
1 files changed, 17 insertions, 26 deletions
diff --git a/contrib/libs/cxxsupp/openmp/exports_so.txt b/contrib/libs/cxxsupp/openmp/exports_so.txt
index 98b6270742..cb79ae72e6 100644
--- a/contrib/libs/cxxsupp/openmp/exports_so.txt
+++ b/contrib/libs/cxxsupp/openmp/exports_so.txt
@@ -3,10 +3,9 @@
#
#//===----------------------------------------------------------------------===//
#//
-#// The LLVM Compiler Infrastructure
-#//
-#// This file is dual licensed under the MIT and the University of Illinois Open
-#// Source Licenses. See LICENSE.txt for details.
+#// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+#// See https://llvm.org/LICENSE.txt for license information.
+#// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#//
#//===----------------------------------------------------------------------===//
#
@@ -21,21 +20,12 @@ VERSION {
# "Normal" symbols.
#
omp_*; # Standard OpenMP functions.
+ OMP_*; # Standard OpenMP symbols.
#
# OMPT API
#
- ompt_tool; # OMPT initialization interface
- ompt_control; # OMPT control interface
-
- #
- # OMPT state placeholders
- #
- ompt_idle;
- ompt_overhead;
- ompt_barrier_wait;
- ompt_task_wait;
- ompt_mutex_wait;
+ ompt_start_tool; # OMPT start interface
ompc_*; # omp.h renames some standard functions to ompc_*.
kmp_*; # Intel extensions.
@@ -45,7 +35,6 @@ VERSION {
_You_must_link_with_*; # Mutual detection/MS compatibility symbols.
-
#
# Debugger support.
#
@@ -61,7 +50,6 @@ VERSION {
___kmp_allocate;
___kmp_free;
__kmp_thread_pool;
- __kmp_thread_pool_nth;
__kmp_reset_stats;
@@ -81,21 +69,16 @@ VERSION {
__kmp_acquire_tas_lock;
__kmp_acquire_ticket_lock;
__kmp_fork_call;
- __kmp_get_reduce_method;
__kmp_invoke_microtask;
- __kmp_itt_fini_ittlib;
- __kmp_itt_init_ittlib;
+#if KMP_USE_MONITOR
__kmp_launch_monitor;
- __kmp_launch_worker;
__kmp_reap_monitor;
+#endif
+ __kmp_launch_worker;
__kmp_reap_worker;
- __kmp_release_32;
__kmp_release_64;
- __kmp_release_oncore;
- __kmp_wait_32;
__kmp_wait_64;
- __kmp_wait_oncore;
- __kmp_wait_yield_4;
+ __kmp_wait_4;
# ittnotify symbols to be used by debugger
__kmp_itt_fini_ittlib;
@@ -119,6 +102,10 @@ OMP_3.1 {
} OMP_3.0;
OMP_4.0 {
} OMP_3.1;
+OMP_4.5 {
+} OMP_4.0;
+OMP_5.0 {
+} OMP_4.5;
# sets up GCC GOMP_ version dependency chain
GOMP_1.0 {
@@ -129,5 +116,9 @@ GOMP_3.0 {
} GOMP_2.0;
GOMP_4.0 {
} GOMP_3.0;
+GOMP_4.5 {
+} GOMP_4.0;
+GOMP_5.0 {
+} GOMP_4.5;
# end of file #