[PATCH] D88557: [HIP] Add option --gpu-instrument-lib=
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 30 09:51:41 PDT 2020
yaxunl added a comment.
In D88557#2303891 <https://reviews.llvm.org/D88557#2303891>, @tra wrote:
> Perhaps we should start thinking of shipping some of that bitcode along with clang.
> Then the instrumentation library could be linked with automatically by the driver when `-finstrument` is specified.
> We already need bitcode for the math library for both NVPTX and AMDGPU and will likely need more for other things that depend on things that are standard on the host.
Right
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88557/new/
https://reviews.llvm.org/D88557
More information about the cfe-commits
mailing list