[PATCH] D45784: [DEBUG_INFO, NVPTX] Fix relocation info.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 15:24:41 PDT 2018


On Mon, Jul 30, 2018 at 3:21 PM Alexey Bataev via Phabricator <
reviews at reviews.llvm.org> wrote:

> ABataev added a comment.
>
> nvcc always emits debug location before the very first label that
> represents function start. So, we can consider this as the requirement for
> NVPTX.
>

Any debug location? Just a file location? Something else?

If you take a look at a normal ELF file it actually has implications on how
the line table both works and is encoded. It becomes a more global location.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180730/0358ec9c/attachment.html>


More information about the llvm-commits mailing list