[Openmp-commits] [PATCH] D94855: [OpenMP] Add time profiling support in libomp

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 25 10:48:21 PST 2021


tianshilei1992 added a subscriber: AndreyChurbanov.
tianshilei1992 added a comment.

We need to revise the decision in this patch. Per @AndreyChurbanov in D95371 <https://reviews.llvm.org/D95371>, `libomp.so` is intended to be a C library. Linking a C library with a C++ static library doesn't work, as shown in D95371 <https://reviews.llvm.org/D95371>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94855



More information about the Openmp-commits mailing list