[Openmp-commits] [PATCH] D129875: [Libomptarget] Make libomptarget an LLVM library

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 18 16:42:49 PDT 2022


jhuber6 added a comment.

In D129875#3661072 <https://reviews.llvm.org/D129875#3661072>, @ye-luo wrote:

>> If you want to make extra sure you can apply this patch and use the new clang to compile any offloading application. Run `ldd` on it and see if there are any LLVM libraries listed in the dependencies.
>
> Tried it. It was clean.

Thanks, I will try to land this tomorrow and see what falls over.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129875



More information about the Openmp-commits mailing list