[Openmp-commits] [PATCH] D92197: [OpenMP] Avoid internal calls to external compiler interface (kmpc)

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 10 04:47:03 PST 2020


protze.joachim updated this revision to Diff 310840.
protze.joachim added a comment.

As discussed in yesterdays call, I marked the use of all __kmpc_ functions as deprecated and moved the declaration of those __kmpc functions into a new header file.
I also removed most OMPT-related changes from this patch and will open a separate differential for those. Therefore several OMPT tests fail after this patch.

In the current state of the patch I still see several deprecation warnings, which I will clean up, if we get general agreement on the changes in this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92197/new/

https://reviews.llvm.org/D92197

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_cancel.cpp
  openmp/runtime/src/kmp_cexternal.h
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/kmp_dispatch.cpp
  openmp/runtime/src/kmp_gsupport.cpp
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_taskdeps.cpp
  openmp/runtime/src/kmp_tasking.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92197.310840.patch
Type: text/x-patch
Size: 80510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201210/2a637e05/attachment-0001.bin>


More information about the Openmp-commits mailing list