[PATCH] D88557: [HIP] Add option --gpu-instrument-lib=

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 30 09:30:01 PDT 2020


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

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.


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

https://reviews.llvm.org/D88557



More information about the cfe-commits mailing list