[PATCH] D77743: [HIP] Emit symbols with kernel name in host binary

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 10 23:09:45 PDT 2020


rjmccall added a comment.

Is the renaming just being done to avoid breakpoints from triggering in the stub?  Can you not disable debugging the stub using whatever mechanism `__attribute__((nodebug))` uses?


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

https://reviews.llvm.org/D77743





More information about the cfe-commits mailing list