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

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 15:18:02 PDT 2018


ABataev added a comment.

In https://reviews.llvm.org/D45784#1181208, @echristo wrote:

> But you have other locations inside of functions so I don't get it.
>
> eric


Ptxas generates the relo info basing on the first label of the function. And it is unable to get correct debug location if there is no debug loc before the initial label. I don't know, how ptxas works, but I know that we had troubles with this when there were no debug loc before label.


Repository:
  rL LLVM

https://reviews.llvm.org/D45784





More information about the llvm-commits mailing list