[all-commits] [llvm/llvm-project] 83fcba: [Libomptarget] Add proper LLVM libraries now that ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Sep 9 08:33:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83fcba82cc7e97725de8442631e3eb5bfef8880d
https://github.com/llvm/llvm-project/commit/83fcba82cc7e97725de8442631e3eb5bfef8880d
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins/cuda/CMakeLists.txt
Log Message:
-----------
[Libomptarget] Add proper LLVM libraries now that the AMDGPU plugin uses them
Summary:
The AMDGPU and CUDA plugins now relies on the Object and Support
libraries. This patch adds them explicitly rather than hoping that they
share the symbols loaded from the standard `libomptarget`.
More information about the All-commits
mailing list