[Libomptarget] Add proper LLVM libraries now that the AMDGPU plugin uses them
authorJoseph Huber <jhuber6@vols.utk.edu>
Fri, 9 Sep 2022 15:31:03 +0000 (10:31 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Fri, 9 Sep 2022 15:33:26 +0000 (10:33 -0500)
commit83fcba82cc7e97725de8442631e3eb5bfef8880d
treeb8007c4c54d4948f24163b703fc3b57604d7c61b
parent61a4b228f544d06dbb53437bc0e4184699b6304d
[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`.
openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
openmp/libomptarget/plugins/cuda/CMakeLists.txt