[Openmp-commits] [openmp] r345255 - remove duplicate omp_control_tool export to fix windows build
Andrey Churbanov via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 25 04:04:02 PDT 2018
Author: achurbanov
Date: Thu Oct 25 04:04:01 2018
New Revision: 345255
URL: http://llvm.org/viewvc/llvm-project?rev=345255&view=rev
Log:
remove duplicate omp_control_tool export to fix windows build
Patch by squallatf at gmail.com
Differential Revision: https://reviews.llvm.org/D53480
Modified:
openmp/trunk/runtime/src/dllexports
Modified: openmp/trunk/runtime/src/dllexports
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/dllexports?rev=345255&r1=345254&r2=345255&view=diff
==============================================================================
--- openmp/trunk/runtime/src/dllexports (original)
+++ openmp/trunk/runtime/src/dllexports Thu Oct 25 04:04:01 2018
@@ -558,9 +558,6 @@ kmp_set_disp_num_buffers
omp_thread_mem_alloc DATA
%endif # OMP_50
-%ifdef OMP_50
- omp_control_tool 891
-%endif # OMP_50
%ifndef stub
# Ordinals between 900 and 999 are reserved
More information about the Openmp-commits
mailing list