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

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 12 20:18:57 PDT 2020


yaxunl added a comment.

In D77743#1975822 <https://reviews.llvm.org/D77743#1975822>, @rjmccall wrote:

> 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?


I tried it. The source info and line number is gone, but gdb will still break on the function since symbol is still there.


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

https://reviews.llvm.org/D77743





More information about the cfe-commits mailing list