[PATCH] D133726: [OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 08:25:58 PDT 2022


jhuber6 added a comment.

In D133726#3786607 <https://reviews.llvm.org/D133726#3786607>, @arsenm wrote:

> Does this fix the weird behavior where you needed to use -lm to use anything in the device libraries? I don't see that being removed

That was removed earlier when these files were just sent directly to the link job, you can see that removed from this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133726



More information about the cfe-commits mailing list