Skip to content

Commit

Permalink
Revert "[OpenMP] Additional APIs used by the MSVC compiler for loop c…
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakhari committed Apr 22, 2023
1 parent 7f069f5 commit 28b1583
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,714 deletions.
1 change: 0 additions & 1 deletion openmp/runtime/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ else()
kmp_dispatch.cpp
kmp_lock.cpp
kmp_sched.cpp
kmp_collapse.cpp
)
if(WIN32)
# Windows specific files
Expand Down
3 changes: 0 additions & 3 deletions openmp/runtime/src/dllexports
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,6 @@ kmpc_set_disp_num_buffers 267
__kmpc_sections_init 289
__kmpc_next_section 290
__kmpc_end_sections 291
__kmpc_process_loop_nest_rectang 293
__kmpc_calc_original_ivs_rectang 295
__kmpc_for_collapsed_init 296
%endif

# User API entry points that have both lower- and upper- case versions for Fortran.
Expand Down

0 comments on commit 28b1583

Please sign in to comment.