[PATCH] D45782: [DEBUGINFO, NVPTX] Allow to disable debug info from command line.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 11:52:46 PDT 2018
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D45782#1072442, @ABataev wrote:
> Yes, currently it is impossible to emit `.loc` and `.file` directives without the emission of the DWARF sections as we're using general DebugInfo codebase. Later we could try to disable emission of the DWARF sections if it is not required.
Got it. This should be included in the patch description. LGTM otherwise.
Repository:
rL LLVM
https://reviews.llvm.org/D45782
More information about the llvm-commits
mailing list