[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:12:47 PDT 2018
ABataev added a comment.
In https://reviews.llvm.org/D45784#1181119, @echristo wrote:
> Can you explain this a bit more with some examples of wrong relocations?
>
> Thanks!
>
> -eric
It is the requirement of the ptxas. The first function label must follow the debug location, otherwise ptxas is unable to generate correct relo info for functions.
Repository:
rL LLVM
https://reviews.llvm.org/D45784
More information about the llvm-commits
mailing list