[all-commits] [llvm/llvm-project] bb099c: [openmp] Don't copy exports into the source folder...
David Truby via All-commits
all-commits at lists.llvm.org
Fri Jul 24 06:35:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bb099c87abbfb78b2bdda395ea3f04d2a77c3082
https://github.com/llvm/llvm-project/commit/bb099c87abbfb78b2bdda395ea3f04d2a77c3082
Author: David Truby <david.truby at arm.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M openmp/runtime/CMakeLists.txt
M openmp/runtime/cmake/LibompExports.cmake
Log Message:
-----------
[openmp] Don't copy exports into the source folder by default.
Additionally fix the copy if enabled on multi-config targets.
Summary:
This changes the copy command for libomp.so to use the output of the target as
the source of the copy, rather than trying to find it based on
${LIBOMP_LIBRARY_DIR}, which appears to be incorrect in multi-config generator
builds.
Reviewers: jdoerfert
Subscribers: mgorny, yaxunl, guansong, sstefan1, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D84148
More information about the All-commits
mailing list