[Openmp-commits] [PATCH] D84148: [openmp] Fix libomp.so copy in multi-config generators.

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 20 21:16:28 PDT 2020


AndreyChurbanov added a comment.

In D84148#2161732 <https://reviews.llvm.org/D84148#2161732>, @protze.joachim wrote:

> I think this export directory structure is a remainder from the original configure based Intel/OpenMP runtime.
>  @jlpeyton @AndreyChurbanov is this step still needed?
>
> If Intel relies on this export directory, can we disable by default and you enable it for internal purpose?


I think this is historical artifact that can be removed nowadays.
Maybe, to be on the safe side, we can set LIBOMP_COPY_EXPORTS to false by default, as you suggested.
Then later we can remove the copying functionality at all.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84148





More information about the Openmp-commits mailing list