[PATCH] D36831: [AMDGPU] Transform __read_pipe_* and __write_pipe_*

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 20:47:36 PDT 2017


rampitec added a comment.

In https://reviews.llvm.org/D36831#849723, @yaxunl wrote:

> In https://reviews.llvm.org/D36831#848905, @rampitec wrote:
>
> > Run it without -amdgpu-prelink. It will fail to link. It will also fail to build library.
>
>
> The device library has not implemented these functions yet. I think that's why it fails to link.
>
> I will investigate why it fails to build library.


It fails because you do not use getFunction, effectively skipping prelinck check.


https://reviews.llvm.org/D36831





More information about the llvm-commits mailing list