[all-commits] [llvm/llvm-project] df9701: [OpenMP] Fix multiply installing `libomp.so` (#93685)
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed May 29 06:57:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df9701bfee2b13282a9c1bf981d37b965cb22bf7
https://github.com/llvm/llvm-project/commit/df9701bfee2b13282a9c1bf981d37b965cb22bf7
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
Log Message:
-----------
[OpenMP] Fix multiply installing `libomp.so` (#93685)
Summary:
The `add_llvm_library` interface handles installing the llvm libraries,
however we want to do our own handling. Otherwise, this will install
into the `./lib` location instead of the `./lib/<target>` one.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list